Class BitmapIndexImpl.BitmapObjectImpl
- java.lang.Object
-
- org.eclipse.jgit.lib.BitmapObject
-
- org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.BitmapObjectImpl
-
- Enclosing class:
- BitmapIndexImpl
private static final class BitmapIndexImpl.BitmapObjectImpl extends BitmapObject
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BitmapObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectId
getObjectId()
Get the name of this object.int
getType()
Get Git object type.
-
-
-
Field Detail
-
objectId
private ObjectId objectId
-
type
private int type
-
-
Method Detail
-
getObjectId
public ObjectId getObjectId()
Description copied from class:BitmapObject
Get the name of this object.- Specified by:
getObjectId
in classBitmapObject
- Returns:
- unique hash of this object.
-
getType
public int getType()
Description copied from class:BitmapObject
Get Git object type. SeeConstants
.- Specified by:
getType
in classBitmapObject
- Returns:
- object type
-
-