Uses of Class
org.eclipse.jgit.internal.storage.file.RefDirectory
-
Packages that use RefDirectory Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of RefDirectory in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as RefDirectory Modifier and Type Field Description private RefDirectory
RefDirectoryUpdate. database
private RefDirectory
PackedBatchRefUpdate. refdb
private RefDirectory
RefDirectoryRename. refdb
private RefDirectory
ReflogWriter. refdb
Methods in org.eclipse.jgit.internal.storage.file that return RefDirectory Modifier and Type Method Description protected RefDirectory
RefDirectoryUpdate. getRefDatabase()
Get the reference database this update modifies.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type RefDirectory Constructor Description PackedBatchRefUpdate(RefDirectory refdb)
RefDirectoryUpdate(RefDirectory r, Ref ref)
ReflogWriter(RefDirectory refdb)
Create writer for ref directory.ReflogWriter(RefDirectory refdb, boolean forceWrite)
Create writer for ref directory.
-