Uses of Class
org.eclipse.jgit.internal.storage.file.FileReftableDatabase
-
Packages that use FileReftableDatabase Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of FileReftableDatabase in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return FileReftableDatabase Modifier and Type Method Description static FileReftableDatabase
FileReftableDatabase. convertFrom(FileRepository repo, boolean writeLogs)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type FileReftableDatabase Constructor Description FileReftableBatchRefUpdate(FileReftableDatabase db, Repository repository)
-