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 RefDirectoryRefDirectoryUpdate. databaseprivate RefDirectoryPackedBatchRefUpdate. refdbprivate RefDirectoryRefDirectoryRename. refdbprivate RefDirectoryReflogWriter. refdbMethods in org.eclipse.jgit.internal.storage.file that return RefDirectory Modifier and Type Method Description protected RefDirectoryRefDirectoryUpdate. 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.
-