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 AddNoteCommand.call()
           
 Note ShowNoteCommand.call()
           
 Note RemoveNoteCommand.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 NoteMerger.merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)
          Merges the conflicting note changes.
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 

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 NoteMerger.merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)
          Merges the conflicting note changes.
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 

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 © 2012. All Rights Reserved.