Package org.eclipse.jgit.lib
Class BitmapObject
java.lang.Object
org.eclipse.jgit.lib.BitmapObject
- Direct Known Subclasses:
BitmapIndexImpl.BitmapObjectImpl
Base object type accessed during bitmap expansion.
- Since:
- 3.0
-
Constructor Details
-
BitmapObject
public BitmapObject()
-
-
Method Details
-
getType
public abstract int getType()Get Git object type. SeeConstants
.- Returns:
- object type
-
getObjectId
Get the name of this object.- Returns:
- unique hash of this object.
-