Uses of Class
org.eclipse.jgit.storage.dfs.DfsRepository

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.
 



Copyright © 2012. All Rights Reserved.