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.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DfsObjDatabase |
Manages objects stored in
DfsPackFile on a storage system. |
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectDirectory |
Traditional file system based
ObjectDatabase . |
Modifier and Type | Method | Description |
---|---|---|
ObjectDatabase |
ObjectDirectory.newCachedDatabase() |
Modifier and Type | Method | Description |
---|---|---|
abstract ObjectDatabase |
Repository.getObjectDatabase() |
|
ObjectDatabase |
ObjectDatabase.newCachedDatabase() |
Create a new cached database instance over this database.
|
Constructor | Description |
---|---|
PackParser(ObjectDatabase odb,
InputStream src) |
Initialize a pack parser.
|
Copyright © 2018. All rights reserved.