Package org.eclipse.jgit.notes
Class NonNoteEntry
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.notes.NonNoteEntry
- All Implemented Interfaces:
Serializable,Comparable<AnyObjectId>
A tree entry found in a note branch that isn't a valid note.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileModeMode of the entry as parsed from the tree.private final byte[]Name of the entry in the tree, in raw format.(package private) NonNoteEntryThe next non-note entry in the same tree, as defined by tree order. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidformat(TreeFormatter fmt) (package private) intpathCompare(byte[] bBuf, int bPos, int bLen, FileMode bMode) (package private) intMethods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroIdMethods inherited from class org.eclipse.jgit.lib.AnyObjectId
abbreviate, compareTo, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, equals, equals, equals, getByte, getFirstByte, getName, hashCode, isEqual, name, startsWith, toString
-
Field Details
-
name
private final byte[] nameName of the entry in the tree, in raw format. -
mode
Mode of the entry as parsed from the tree. -
next
NonNoteEntry nextThe next non-note entry in the same tree, as defined by tree order.
-
-
Constructor Details
-
NonNoteEntry
NonNoteEntry(byte[] name, FileMode mode, AnyObjectId id)
-
-
Method Details
-
format
-
treeEntrySize
int treeEntrySize() -
pathCompare
-