Uses of Class
org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
Packages that use AbbreviatedLongObjectId
-
Uses of AbbreviatedLongObjectId in org.eclipse.jgit.lfs.lib
Methods in org.eclipse.jgit.lfs.lib that return AbbreviatedLongObjectIdModifier and TypeMethodDescriptionAnyLongObjectId.abbreviate
(int len) Return an abbreviation (prefix) of this object SHA-256.private static final AbbreviatedLongObjectId
AbbreviatedLongObjectId.fromHexString
(byte[] bs, int ptr, int end) static final AbbreviatedLongObjectId
AbbreviatedLongObjectId.fromLongObjectId
(AnyLongObjectId id) Convert an AbbreviatedObjectId from anAnyObjectId
.static final AbbreviatedLongObjectId
AbbreviatedLongObjectId.fromString
(byte[] buf, int offset, int end) Convert an AbbreviatedObjectId from hex characters (US-ASCII).static final AbbreviatedLongObjectId
AbbreviatedLongObjectId.fromString
(String str) Convert an AbbreviatedLongObjectId from hex characters.Methods in org.eclipse.jgit.lfs.lib with parameters of type AbbreviatedLongObjectIdModifier and TypeMethodDescriptionboolean
AnyLongObjectId.startsWith
(AbbreviatedLongObjectId abbr) Tests if this LongObjectId starts with the given abbreviation.