Java org.eclipse.jgit.notes NoteMap fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.notes NoteMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.notes NoteMap.

The text is from its open source code.

Method

booleancontains(AnyObjectId id)
Determine if a note exists for the specified ObjectId.
ObjectIdget(AnyObjectId id)
Lookup a note for a specific ObjectId.
NoteMapnewEmptyMap()
Construct a new empty note map.
NoteMapread(ObjectReader reader, RevCommit commit)
Load a collection of notes from a branch.
NoteMapread(ObjectReader reader, RevTree tree)
Load a collection of notes from a tree.
voidremove(AnyObjectId noteOn)
Remove a note from an object.
voidset(AnyObjectId noteOn, ObjectId noteData)
Attach (or remove) a note on an object.
StringshortenRefName(String noteRefName)
Shorten the note ref name by trimming off the org.eclipse.jgit.lib.Constants#R_NOTES prefix if it exists.
ObjectIdwriteTree(ObjectInserter inserter)
Write this note map as a tree.