Uses of Class
org.eclipse.jgit.lib.RefDatabase
-
Packages that use RefDatabase Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RefDatabase in org.eclipse.jgit.internal.storage.dfs
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description class
DfsRefDatabase
-
Uses of RefDatabase in org.eclipse.jgit.internal.storage.file
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description class
RefDirectory
Traditional file system basedRefDatabase
.Methods in org.eclipse.jgit.internal.storage.file that return RefDatabase Modifier and Type Method Description RefDatabase
FileRepository. getRefDatabase()
-
Uses of RefDatabase in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RefDatabase Modifier and Type Method Description protected abstract RefDatabase
RefUpdate. getRefDatabase()
abstract RefDatabase
Repository. getRefDatabase()
Constructors in org.eclipse.jgit.lib with parameters of type RefDatabase Constructor Description BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update.
-