Uses of Package
org.eclipse.jgit.notes
-
Packages that use org.eclipse.jgit.notes Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm -
Classes in org.eclipse.jgit.notes used by org.eclipse.jgit.api Class Description Note In-memory representation of a single note attached to one object.NoteMap Index of notes from a note branch. -
Classes in org.eclipse.jgit.notes used by org.eclipse.jgit.notes Class Description FanoutBucket A note tree holding only note subtrees, each named using a 2 digit hex name.InMemoryNoteBucket A note bucket that has been loaded into the process.LeafBucket A note tree holding only notes, with no subtrees.NonNoteEntry A tree entry found in a note branch that isn't a valid note.Note In-memory representation of a single note attached to one object.NoteBucket A tree that stores note objects.NoteMap Index of notes from a note branch.NoteMerger Three-way note merge operation.NotesMergeConflictException This exception will be thrown from theNoteMerger
when a conflict on Notes content is found during merge. -
Classes in org.eclipse.jgit.notes used by org.eclipse.jgit.pgm Class Description NoteMap Index of notes from a note branch.