Uses of Class
org.eclipse.jgit.notes.NonNoteEntry
Packages that use NonNoteEntry
-
Uses of NonNoteEntry in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as NonNoteEntryModifier and TypeFieldDescriptionprivate NonNoteEntry
NoteParser.firstNonNote
private NonNoteEntry
NoteParser.lastNonNote
(package private) NonNoteEntry
NonNoteEntry.next
The next non-note entry in the same tree, as defined by tree order.(package private) NonNoteEntry
InMemoryNoteBucket.nonNotes
Chain of non-note tree entries found at this path in the tree.Methods in org.eclipse.jgit.notes that return NonNoteEntryModifier and TypeMethodDescriptionprivate NonNoteEntry
NoteMapMerger.mergeNonNotes
(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList) private static NonNoteEntry
NoteMapMerger.nonNotes
(InMemoryNoteBucket b) Methods in org.eclipse.jgit.notes with parameters of type NonNoteEntryModifier and TypeMethodDescriptionprivate NonNoteEntry
NoteMapMerger.mergeNonNotes
(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList) private static String
NotesMergeConflictException.name
(NonNoteEntry e) private ObjectId
NoteMapMerger.write
(NonNoteEntry list) Constructors in org.eclipse.jgit.notes with parameters of type NonNoteEntryModifierConstructorDescriptionNotesMergeConflictException
(NonNoteEntry base, NonNoteEntry ours, NonNoteEntry theirs) Constructs a NotesMergeConflictException for the specified base, ours and theirs versions of the root note tree.