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.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
protected PackParser.UnresolvedDelta |
FsckPackParser.onEndDelta() |
Modifier and Type | Method and Description |
---|---|
protected PackParser.ObjectTypeAndSize |
FsckPackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info) |
Modifier and Type | Method and Description |
---|---|
protected PackParser.UnresolvedDelta |
DfsPackParser.onEndDelta() |
Modifier and Type | Method and Description |
---|---|
protected PackParser.ObjectTypeAndSize |
DfsPackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info) |
Modifier and Type | Method and Description |
---|---|
protected PackParser.UnresolvedDelta |
ObjectDirectoryPackParser.onEndDelta() |
Modifier and Type | Method and Description |
---|---|
protected PackParser.ObjectTypeAndSize |
ObjectDirectoryPackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info) |
Modifier and Type | Method and Description |
---|---|
protected PackParser.UnresolvedDelta |
PackParser.onEndDelta()
Event notifying the the current object.
|
Modifier and Type | Method and Description |
---|---|
protected PackedObjectInfo |
PackParser.newInfo(AnyObjectId id,
PackParser.UnresolvedDelta delta,
ObjectId deltaBase)
Construct a PackedObjectInfo instance for this parser.
|
protected abstract PackParser.ObjectTypeAndSize |
PackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info)
Reposition the database to re-read a previously stored object.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.