public final class BitmapCommit extends ObjectId
| Modifier and Type | Class and Description |
|---|---|
static class |
BitmapCommit.Builder
Builder of BitmapCommit.
|
| Modifier and Type | Method and Description |
|---|---|
static BitmapCommit.Builder |
copyFrom(BitmapCommit commit)
Get a builder of BitmapCommit whose fields are copied from
commit. |
boolean |
isAddToIndex()
Whether corresponding bitmap should be added to PackBitmapIndexBuilder.
|
static BitmapCommit.Builder |
newBuilder(AnyObjectId objId)
Get a builder of BitmapCommit whose object id is
objId. |
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroIdabbreviate, compareTo, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, equals, equals, equals, getByte, getFirstByte, getName, hashCode, isEqual, name, startsWith, toStringpublic boolean isAddToIndex()
public static BitmapCommit.Builder newBuilder(AnyObjectId objId)
objId.objId - the object id of the BitmapCommitpublic static BitmapCommit.Builder copyFrom(BitmapCommit commit)
commit.commit - the bitmap commit the builder is copying fromCopyright © 2021 Eclipse JGit Project. All rights reserved.