Uses of Class
org.eclipse.jgit.notes.Note

Packages that use Note
org.eclipse.jgit.api   
org.eclipse.jgit.notes   
 

Uses of Note in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return Note
 Note RemoveNoteCommand.call()
           
 Note ShowNoteCommand.call()
           
 Note AddNoteCommand.call()
           
 

Methods in org.eclipse.jgit.api that return types with arguments of type Note
 List<Note> ListNotesCommand.call()
           
 

Uses of Note in org.eclipse.jgit.notes
 

Methods in org.eclipse.jgit.notes that return Note
 Note NoteMap.getNote(AnyObjectId id)
          Lookup a note for a specific ObjectId.
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 Note NoteMerger.merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)
          Merges the conflicting note changes.
 

Methods in org.eclipse.jgit.notes that return types with arguments of type Note
 Iterator<Note> NoteMap.iterator()
           
 

Methods in org.eclipse.jgit.notes with parameters of type Note
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 Note NoteMerger.merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)
          Merges the conflicting note changes.
 

Constructors in org.eclipse.jgit.notes with parameters of type Note
NotesMergeConflictException(Note base, Note ours, Note theirs)
          Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.
 



Copyright © 2011. All Rights Reserved.