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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DfsRefDatabase |
Modifier and Type | Class | Description |
---|---|---|
class |
RefDirectory |
Traditional file system based
RefDatabase . |
Modifier and Type | Method | Description |
---|---|---|
RefDatabase |
FileRepository.getRefDatabase() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract RefDatabase |
RefUpdate.getRefDatabase() |
|
abstract RefDatabase |
Repository.getRefDatabase() |
Constructor | Description |
---|---|
BatchRefUpdate(RefDatabase refdb) |
Initialize a new batch update.
|
Copyright © 2018. All rights reserved.