Class BitmapObject


  • public abstract class BitmapObject
    extends Object
    Base object type accessed during bitmap expansion.
    Since:
    3.0
    • Constructor Detail

      • BitmapObject

        public BitmapObject()
    • Method Detail

      • getType

        public abstract int getType()
        Get Git object type. See Constants.
        Returns:
        object type
      • getObjectId

        public abstract ObjectId getObjectId()
        Get the name of this object.
        Returns:
        unique hash of this object.