|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DfsRepository | |
|---|---|
| org.eclipse.jgit.storage.dfs | |
| Uses of DfsRepository in org.eclipse.jgit.storage.dfs |
|---|
| Classes in org.eclipse.jgit.storage.dfs with type parameters of type DfsRepository | |
|---|---|
class |
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository>
Constructs a DfsRepository. |
| Subclasses of DfsRepository in org.eclipse.jgit.storage.dfs | |
|---|---|
class |
InMemoryRepository
Git repository stored entirely in the local process memory. |
| Methods in org.eclipse.jgit.storage.dfs that return DfsRepository | |
|---|---|
protected DfsRepository |
DfsRefDatabase.getRepository()
|
protected DfsRepository |
DfsObjDatabase.getRepository()
|
| Constructors in org.eclipse.jgit.storage.dfs with parameters of type DfsRepository | |
|---|---|
DfsGarbageCollector(DfsRepository repository)
Initialize a garbage collector. |
|
DfsObjDatabase(DfsRepository repository,
DfsReaderOptions options)
Initialize an object database for our repository. |
|
DfsPackCompactor(DfsRepository repository)
Initialize a pack compactor. |
|
DfsRefDatabase(DfsRepository repository)
Initialize the reference database for a repository. |
|
InMemoryRepository(DfsRepository repoDesc)
Initialize a new in-memory repository. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||