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 NonNoteEntryNoteParser.firstNonNoteprivate NonNoteEntryNoteParser.lastNonNote(package private) NonNoteEntryNonNoteEntry.nextThe next non-note entry in the same tree, as defined by tree order.(package private) NonNoteEntryInMemoryNoteBucket.nonNotesChain of non-note tree entries found at this path in the tree.Methods in org.eclipse.jgit.notes that return NonNoteEntryModifier and TypeMethodDescriptionprivate NonNoteEntryNoteMapMerger.mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList) private static NonNoteEntryNoteMapMerger.nonNotes(InMemoryNoteBucket b) Methods in org.eclipse.jgit.notes with parameters of type NonNoteEntryModifier and TypeMethodDescriptionprivate NonNoteEntryNoteMapMerger.mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList) private static StringNotesMergeConflictException.name(NonNoteEntry e) private ObjectIdNoteMapMerger.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.