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 FileMode
Mode of the entry as parsed from the tree.private final byte[]
Name of the entry in the tree, in raw format.(package private) NonNoteEntry
The next non-note entry in the same tree, as defined by tree order. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
format
(TreeFormatter fmt) (package private) int
pathCompare
(byte[] bBuf, int bPos, int bLen, FileMode bMode) (package private) int
Methods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
Methods 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
-