Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRepositoryDescription
Packages that use DfsRepositoryDescription
Package
Description
Distributed file system based repository storage.
-
Uses of DfsRepositoryDescription in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsRepositoryDescriptionModifier and TypeFieldDescriptionprivate final DfsRepositoryDescriptionDfsRepository.descriptionprivate final DfsRepositoryDescriptionDfsStreamKey.ByteArrayDfsStreamKey.repoprivate final DfsRepositoryDescriptionDfsPackDescription.repoDescprivate DfsRepositoryDescriptionDfsRepositoryBuilder.repoDescMethods in org.eclipse.jgit.internal.storage.dfs that return DfsRepositoryDescriptionModifier and TypeMethodDescriptionDfsRepository.getDescription()Get the description of this repository.DfsPackDescription.getRepositoryDescription()Get description of the repository.DfsRepositoryBuilder.getRepositoryDescription()Get the description of the repository.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryDescriptionModifier and TypeMethodDescriptionstatic DfsStreamKeyDfsStreamKey.of(DfsRepositoryDescription repo, String name, PackExt ext) Create aDfsStreamKeyDfsRepositoryBuilder.setRepositoryDescription(DfsRepositoryDescription desc) Set the repository description.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryDescriptionModifierConstructorDescription(package private)ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, PackExt ext) 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.(package private)MemPack(String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source)