Package | Description |
---|---|
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.transport |
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 © 2012. All Rights Reserved.