Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
DfsCachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep) |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
CachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep) |
Determine if this pack contains the object representation given.
|
void |
ObjectToPack.select(StoredObjectRepresentation ref) |
Remember a specific representation for reuse at a later time.
|
void |
PackWriter.select(ObjectToPack otp,
StoredObjectRepresentation next) |
Select an object representation for this writer.
|
Copyright © 2018. All rights reserved.