Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
-
Packages that use DfsRepositoryDescription Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsRepositoryDescription in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRepositoryDescription Modifier and Type Method Description DfsRepositoryDescriptionDfsRepository. getDescription()Get the description of this repository.DfsRepositoryDescriptionDfsPackDescription. getRepositoryDescription()Get description of the repository.DfsRepositoryDescriptionDfsRepositoryBuilder. getRepositoryDescription()Get the description of the repository.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryDescription Modifier and Type Method Description static DfsStreamKeyDfsStreamKey. of(DfsRepositoryDescription repo, String name, PackExt ext)Create aDfsStreamKeyBDfsRepositoryBuilder. setRepositoryDescription(DfsRepositoryDescription desc)Set the repository description.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryDescription Constructor Description DfsPackDescription(DfsRepositoryDescription repoDesc, String name, DfsObjDatabase.PackSource packSource)Initialize a description by pack name and repository.InMemoryRepository(DfsRepositoryDescription repoDesc)Initialize a new in-memory repository.
-