Package org.eclipse.jgit.lib
Class BitmapObject
- java.lang.Object
-
- org.eclipse.jgit.lib.BitmapObject
-
public abstract class BitmapObject extends Object
Base object type accessed during bitmap expansion.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description BitmapObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ObjectId
getObjectId()
Get the name of this object.abstract int
getType()
Get Git object type.
-