Package | Description |
---|---|
org.eclipse.jgit.errors | |
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.pack |
Constructor and Description |
---|
StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
Construct an error for an object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DfsCachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
ObjectToPack |
PackWriter.get(AnyObjectId id)
Lookup the ObjectToPack object for a given ObjectId.
|
ObjectToPack |
ObjectToPack.getDeltaBase() |
ObjectToPack |
ObjectReuseAsIs.newObjectToPack(RevObject obj)
Allocate a new
PackWriter state structure for an object. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.copyObjectAsIs(PackOutputStream out,
ObjectToPack otp,
boolean validate)
Output a previously selected representation.
|
abstract boolean |
CachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
Determine if this pack contains the object representation given.
|
void |
PackWriter.select(ObjectToPack otp,
StoredObjectRepresentation next)
Select an object representation for this writer.
|
void |
PackOutputStream.writeHeader(ObjectToPack otp,
long rawLength)
Commits the object header onto the stream.
|
void |
PackOutputStream.writeObject(ObjectToPack otp)
Write one object.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
java.lang.Iterable<ObjectToPack> objects)
Select the best object representation for a packer.
|
void |
ObjectReuseAsIs.writeObjects(PackOutputStream out,
java.util.List<ObjectToPack> list)
Write objects to the pack stream in roughly the order given.
|
Copyright © 2012. All Rights Reserved.