Class BitmapObject

java.lang.Object
org.eclipse.jgit.lib.BitmapObject
Direct Known Subclasses:
BitmapIndexImpl.BitmapObjectImpl

public abstract class BitmapObject extends Object
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. See Constants.
      Returns:
      object type
    • getObjectId

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