public class Note extends ObjectId
Constructor and Description |
---|
Note(AnyObjectId noteOn,
ObjectId noteData)
A Git note about the object referenced by
noteOn . |
Modifier and Type | Method and Description |
---|---|
ObjectId |
getData() |
String |
toString() |
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
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 notepublic ObjectId getData()
public String toString()
toString
in class AnyObjectId
Copyright © 2015 Eclipse JGit Project. All rights reserved.