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 AbbreviatedLongObjectIdAbbreviatedLongObjectId.fromHexString(byte[] bs, int ptr, int end) static final AbbreviatedLongObjectIdAbbreviatedLongObjectId.fromLongObjectId(AnyLongObjectId id) Convert an AbbreviatedObjectId from anAnyObjectId.static final AbbreviatedLongObjectIdAbbreviatedLongObjectId.fromString(byte[] buf, int offset, int end) Convert an AbbreviatedObjectId from hex characters (US-ASCII).static final AbbreviatedLongObjectIdAbbreviatedLongObjectId.fromString(String str) Convert an AbbreviatedLongObjectId from hex characters.Methods in org.eclipse.jgit.lfs.lib with parameters of type AbbreviatedLongObjectIdModifier and TypeMethodDescriptionbooleanAnyLongObjectId.startsWith(AbbreviatedLongObjectId abbr) Tests if this LongObjectId starts with the given abbreviation.