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.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
protected PackParser.UnresolvedDelta |
DfsPackParser.onEndDelta() |
Modifier and Type | Method | Description |
---|---|---|
protected PackParser.ObjectTypeAndSize |
DfsPackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info) |
Modifier and Type | Method | Description |
---|---|---|
protected PackParser.UnresolvedDelta |
ObjectDirectoryPackParser.onEndDelta() |
Modifier and Type | Method | Description |
---|---|---|
protected PackParser.ObjectTypeAndSize |
ObjectDirectoryPackParser.seekDatabase(PackParser.UnresolvedDelta delta,
PackParser.ObjectTypeAndSize info) |
Modifier and Type | Method | Description |
---|---|---|
protected PackParser.UnresolvedDelta |
PackParser.onEndDelta() |
Event notifying the the current object.
|
Modifier and Type | Method | 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 © 2018. All rights reserved.