Uses of Class
org.eclipse.jgit.notes.Note
-
Packages that use Note Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.notes Git notes processing (for commits, etc). -
-
Uses of Note in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return Note Modifier and Type Method Description NoteAddNoteCommand. call()NoteRemoveNoteCommand. call()NoteShowNoteCommand. call()Methods in org.eclipse.jgit.api that return types with arguments of type Note Modifier and Type Method Description java.util.List<Note>ListNotesCommand. call() -
Uses of Note in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as Note Modifier and Type Field Description private Note[]LeafBucket. notesAll note blobs in this bucket, sorted sequentially.Methods in org.eclipse.jgit.notes that return Note Modifier and Type Method Description (package private) NoteLeafBucket. get(int index)private static NoteNoteMapMerger. get(LeafBucket b, int i)(package private) NoteFanoutBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) NoteFanoutBucket.LazyNoteBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) NoteLeafBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) abstract NoteNoteBucket. getNote(AnyObjectId objId, ObjectReader reader)NoteNoteMap. getNote(AnyObjectId id)Lookup a note for a specific ObjectId.NoteDefaultNoteMerger. merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.NoteNoteMerger. merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.private static NoteNoteMapMerger. min(Note b, Note o, Note t)private static NoteNoteMapMerger. sameNoteOrNull(Note min, Note other)Methods in org.eclipse.jgit.notes that return types with arguments of type Note Modifier and Type Method Description (package private) java.util.Iterator<Note>FanoutBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) java.util.Iterator<Note>FanoutBucket.LazyNoteBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) java.util.Iterator<Note>LeafBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) abstract java.util.Iterator<Note>NoteBucket. iterator(AnyObjectId objId, ObjectReader reader)java.util.Iterator<Note>NoteMap. iterator()Methods in org.eclipse.jgit.notes with parameters of type Note Modifier and Type Method Description private static InMemoryNoteBucketNoteMapMerger. addIfNotNull(InMemoryNoteBucket result, Note note)(package private) InMemoryNoteBucketFanoutBucket. append(Note note)(package private) abstract InMemoryNoteBucketInMemoryNoteBucket. append(Note note)(package private) InMemoryNoteBucketLeafBucket. append(Note note)NoteDefaultNoteMerger. merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.NoteNoteMerger. merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.private static NoteNoteMapMerger. min(Note b, Note o, Note t)private static java.lang.StringNotesMergeConflictException. noteData(Note n)private static java.lang.StringNotesMergeConflictException. noteOn(Note base, Note ours, Note theirs)private static booleanNoteMapMerger. sameContent(Note a, Note b)private static booleanNoteMapMerger. sameNote(Note a, Note b)private static NoteNoteMapMerger. sameNoteOrNull(Note min, Note other)Constructors in org.eclipse.jgit.notes with parameters of type Note Constructor Description NotesMergeConflictException(Note base, Note ours, Note theirs)Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.
-