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 DfsRepositoryDescription
DfsRepository. description
private DfsRepositoryDescription
DfsStreamKey.ByteArrayDfsStreamKey. repo
private DfsRepositoryDescription
DfsPackDescription. repoDesc
private DfsRepositoryDescription
DfsRepositoryBuilder. repoDesc
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRepositoryDescription Modifier and Type Method Description DfsRepositoryDescription
DfsRepository. getDescription()
Get the description of this repository.DfsRepositoryDescription
DfsPackDescription. getRepositoryDescription()
Get description of the repository.DfsRepositoryDescription
DfsRepositoryBuilder. 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 DfsStreamKey
DfsStreamKey. of(DfsRepositoryDescription repo, java.lang.String name, PackExt ext)
Create aDfsStreamKey
B
DfsRepositoryBuilder. 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)
-