Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method | Description |
---|---|---|
DfsRepositoryDescription |
DfsRepository.getDescription() |
|
DfsRepositoryDescription |
DfsPackDescription.getRepositoryDescription() |
|
DfsRepositoryDescription |
DfsRepositoryBuilder.getRepositoryDescription() |
Modifier and Type | Method | Description |
---|---|---|
B |
DfsRepositoryBuilder.setRepositoryDescription(DfsRepositoryDescription desc) |
Set the repository description.
|
Constructor | Description |
---|---|
DfsPackDescription(DfsRepositoryDescription repoDesc,
String name) |
Initialize a description by pack name and repository.
|
InMemoryRepository(DfsRepositoryDescription repoDesc) |
Initialize a new in-memory repository.
|
Copyright © 2018. All rights reserved.