Package | Description |
---|---|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
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.
|
Constructor and Description |
---|
FsckPackParser(ObjectDatabase db,
ReadableChannel channel) |
Modifier and Type | Class and Description |
---|---|
class |
DfsObjDatabase
Manages objects stored in
DfsPackFile on a storage system. |
class |
InMemoryRepository.MemObjDatabase
DfsObjDatabase used by InMemoryRepository.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDirectory
Traditional file system based
ObjectDatabase . |
Modifier and Type | Method and Description |
---|---|
ObjectDatabase |
ObjectDirectory.newCachedDatabase() |
Modifier and Type | Method and Description |
---|---|
abstract ObjectDatabase |
Repository.getObjectDatabase() |
ObjectDatabase |
ObjectDatabase.newCachedDatabase()
Create a new cached database instance over this database.
|
Constructor and Description |
---|
PackParser(ObjectDatabase odb,
InputStream src)
Initialize a pack parser.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.