Uses of Class
org.eclipse.jgit.notes.NonNoteEntry
-
Packages that use NonNoteEntry Package Description org.eclipse.jgit.notes Git notes processing (for commits, etc). -
-
Uses of NonNoteEntry in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as NonNoteEntry Modifier and Type Field Description private 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 NonNoteEntry Modifier and Type Method Description private NonNoteEntryNoteMapMerger. mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList)private static NonNoteEntryNoteMapMerger. nonNotes(InMemoryNoteBucket b)Methods in org.eclipse.jgit.notes with parameters of type NonNoteEntry Modifier and Type Method Description private NonNoteEntryNoteMapMerger. mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList)private static java.lang.StringNotesMergeConflictException. name(NonNoteEntry e)private ObjectIdNoteMapMerger. write(NonNoteEntry list)Constructors in org.eclipse.jgit.notes with parameters of type NonNoteEntry Constructor Description NotesMergeConflictException(NonNoteEntry base, NonNoteEntry ours, NonNoteEntry theirs)Constructs a NotesMergeConflictException for the specified base, ours and theirs versions of the root note tree.
-