Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
-
Packages that use DfsRepositoryDescription Package Description org.eclipse.jgit.http.test org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsRepositoryDescription in org.eclipse.jgit.http.test
Constructors in org.eclipse.jgit.http.test with parameters of type DfsRepositoryDescription Constructor Description RefsUnreadableInMemoryRepository(DfsRepositoryDescription repoDesc) -
Uses of DfsRepositoryDescription in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsRepositoryDescription Modifier and Type Field Description private DfsRepositoryDescriptionDfsRepository. descriptionprivate DfsRepositoryDescriptionDfsStreamKey.ByteArrayDfsStreamKey. repoprivate DfsRepositoryDescriptionDfsPackDescription. repoDescprivate DfsRepositoryDescriptionDfsRepositoryBuilder. repoDescMethods 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, java.lang.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 ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, PackExt ext)DfsPackDescription(DfsRepositoryDescription repoDesc, java.lang.String name, DfsObjDatabase.PackSource packSource)Initialize a description by pack name and repository.InMemoryRepository(DfsRepositoryDescription repoDesc)Initialize a new in-memory repository.MemPack(java.lang.String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source)
-