Package | Description |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
abstract ObjectDatabase |
Repository.getObjectDatabase() |
ObjectDatabase |
ObjectDatabase.newCachedDatabase()
Create a new cached database instance over this database.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsObjDatabase
Manages objects stored in
DfsPackFile on a storage system. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDirectory
Traditional file system based
ObjectDatabase . |
Modifier and Type | Method and Description |
---|---|
ObjectDatabase |
ObjectDirectory.newCachedDatabase() |
Constructor and Description |
---|
PackParser(ObjectDatabase odb,
java.io.InputStream src)
Initialize a pack parser.
|
Copyright © 2012. All Rights Reserved.