Uses of Class
org.eclipse.jgit.notes.NoteMap
Packages that use NoteMap
-
Uses of NoteMap in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that return NoteMapModifier and TypeMethodDescriptionPerforms the merge.static NoteMap
NoteMap.newEmptyMap()
Construct a new empty note map.static NoteMap
NoteMap.read
(ObjectReader reader, RevCommit commit) Load a collection of notes from a branch.static NoteMap
NoteMap.read
(ObjectReader reader, RevTree tree) Load a collection of notes from a tree.static NoteMap
NoteMap.readTree
(ObjectReader reader, ObjectId treeId) Load a collection of notes from a tree.Methods in org.eclipse.jgit.notes with parameters of type NoteMap