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.http.test
Constructors in org.eclipse.jgit.http.test with parameters of type DfsRepositoryDescriptionModifierConstructorDescription(package private)
-
Uses of DfsRepositoryDescription in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsRepositoryDescriptionModifier and TypeFieldDescriptionprivate final DfsRepositoryDescription
DfsRepository.description
private final DfsRepositoryDescription
DfsStreamKey.ByteArrayDfsStreamKey.repo
private final DfsRepositoryDescription
DfsPackDescription.repoDesc
private DfsRepositoryDescription
DfsRepositoryBuilder.repoDesc
Methods 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 DfsStreamKey
DfsStreamKey.of
(DfsRepositoryDescription repo, String name, PackExt ext) Create aDfsStreamKey
DfsRepositoryBuilder.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)