Package | Description |
---|---|
org.eclipse.jgit.lfs.lib |
Modifier and Type | Method and Description |
---|---|
AbbreviatedLongObjectId |
AnyLongObjectId.abbreviate(int len)
Return an abbreviation (prefix) of this object SHA-256.
|
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id)
Convert an AbbreviatedObjectId from an
AnyObjectId . |
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromString(byte[] buf,
int offset,
int end)
Convert an AbbreviatedObjectId from hex characters (US-ASCII).
|
static AbbreviatedLongObjectId |
AbbreviatedLongObjectId.fromString(String str)
Convert an AbbreviatedLongObjectId from hex characters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnyLongObjectId.startsWith(AbbreviatedLongObjectId abbr)
Tests if this LongObjectId starts with the given abbreviation.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.