|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.notes.Note
public class Note
In-memory representation of a single note attached to one object.
Constructor Summary | |
---|---|
Note(AnyObjectId noteOn,
ObjectId noteData)
A Git note about the object referenced by noteOn . |
Method Summary | |
---|---|
ObjectId |
getData()
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.jgit.lib.ObjectId |
---|
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId |
Methods inherited from class org.eclipse.jgit.lib.AnyObjectId |
---|
abbreviate, compareTo, compareTo, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, equals, equals, equals, getByte, getFirstByte, getName, hashCode, name, startsWith |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Note(AnyObjectId noteOn, ObjectId noteData)
noteOn
.
noteOn
- the object that has a note attached to it.noteData
- the actual note data contained in this noteMethod Detail |
---|
public ObjectId getData()
public java.lang.String toString()
toString
in class AnyObjectId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |