|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefDatabase | |
---|---|
org.eclipse.jgit.lib | Core API for repository, config, refs, object database. |
org.eclipse.jgit.storage.dfs | Distributed file system based repository storage. |
org.eclipse.jgit.storage.file | File based repository storage. |
Uses of RefDatabase in org.eclipse.jgit.lib |
---|
Methods in org.eclipse.jgit.lib that return RefDatabase | |
---|---|
abstract RefDatabase |
Repository.getRefDatabase()
|
protected abstract RefDatabase |
RefUpdate.getRefDatabase()
|
Constructors in org.eclipse.jgit.lib with parameters of type RefDatabase | |
---|---|
BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update. |
Uses of RefDatabase in org.eclipse.jgit.storage.dfs |
---|
Subclasses of RefDatabase in org.eclipse.jgit.storage.dfs | |
---|---|
class |
DfsRefDatabase
|
Uses of RefDatabase in org.eclipse.jgit.storage.file |
---|
Subclasses of RefDatabase in org.eclipse.jgit.storage.file | |
---|---|
class |
RefDirectory
Traditional file system based RefDatabase . |
Methods in org.eclipse.jgit.storage.file that return RefDatabase | |
---|---|
RefDatabase |
FileRepository.getRefDatabase()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |