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.internal.storage.reftree | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsRefDatabase |
protected class |
InMemoryRepository.MemRefDatabase
A ref database storing all refs in-memory.
|
Modifier and Type | Method and Description |
---|---|
RefDatabase |
InMemoryRepository.getRefDatabase() |
Modifier and Type | Class and Description |
---|---|
class |
RefDirectory
Traditional file system based
RefDatabase . |
Modifier and Type | Method and Description |
---|---|
RefDatabase |
FileRepository.getRefDatabase() |
Modifier and Type | Class and Description |
---|---|
class |
RefTreeDatabase
Reference database backed by a
RefTree . |
Modifier and Type | Method and Description |
---|---|
RefDatabase |
RefTreeDatabase.getBootstrap() |
Modifier and Type | Method and Description |
---|---|
static boolean |
RefTreeNames.isRefTree(RefDatabase refdb,
String ref)
Determine if the reference is likely to be a RefTree.
|
Constructor and Description |
---|
RefTreeDatabase(Repository repo,
RefDatabase bootstrap)
Create a RefTreeDb for a repository.
|
RefTreeDatabase(Repository repo,
RefDatabase bootstrap,
String txnCommitted)
Create a RefTreeDb for a repository.
|
Modifier and Type | Method and Description |
---|---|
abstract RefDatabase |
Repository.getRefDatabase() |
protected abstract RefDatabase |
RefUpdate.getRefDatabase() |
Constructor and Description |
---|
BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.