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

Packages that use DfsRepositoryDescription
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

Uses of DfsRepositoryDescription in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsRepositoryDescription
 DfsRepositoryDescription DfsRepository.getDescription()
           
 DfsRepositoryDescription DfsRepositoryBuilder.getRepositoryDescription()
           
 DfsRepositoryDescription DfsPackDescription.getRepositoryDescription()
           
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsRepositoryDescription
 B DfsRepositoryBuilder.setRepositoryDescription(DfsRepositoryDescription desc)
          Set the repository description.
 

Constructors in org.eclipse.jgit.storage.dfs with parameters of type DfsRepositoryDescription
DfsPackDescription(DfsRepositoryDescription repoDesc, String name)
          Initialize a description by pack name and repository.
InMemoryRepository(DfsRepositoryDescription repoDesc)
          Initialize a new in-memory repository.
 



Copyright © 2013. All Rights Reserved.