Java org.eclipse.jgit.lib AbbreviatedObjectId fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib AbbreviatedObjectId fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib AbbreviatedObjectId.

The text is from its open source code.

Method

AbbreviatedObjectIdfromObjectId(AnyObjectId id)
Convert an AbbreviatedObjectId from an org.eclipse.jgit.lib.AnyObjectId .
AbbreviatedObjectIdfromString(String str)
Convert an AbbreviatedObjectId from hex characters.
booleanisComplete()
Whether this ObjectId is actually a complete id.
booleanisId(String id)
Test a string of characters to verify it is a hex format.
Stringname()
Get string form of the abbreviation, in lower case hexadecimal.
intprefixCompare(AnyObjectId other)
Compares this abbreviation to a full object id.
ObjectIdtoObjectId()
A complete ObjectId; null if #isComplete() is false