Uses of Class
org.eclipse.jgit.diff.RawText

Packages that use RawText
org.eclipse.jgit.blame   
org.eclipse.jgit.diff   
org.eclipse.jgit.merge   
 

Uses of RawText in org.eclipse.jgit.blame
 

Methods in org.eclipse.jgit.blame that return RawText
 RawText BlameResult.getResultContents()
           
 RawText BlameGenerator.getResultContents()
           
 RawText BlameGenerator.getSourceContents()
           
 

Methods in org.eclipse.jgit.blame with parameters of type RawText
 BlameGenerator BlameGenerator.push(String description, RawText contents)
          Push a candidate blob onto the generator's traversal stack.
 

Uses of RawText in org.eclipse.jgit.diff
 

Fields in org.eclipse.jgit.diff declared as RawText
static RawText RawText.EMPTY_TEXT
          A Rawtext of length 0
 

Methods in org.eclipse.jgit.diff with parameters of type RawText
 void DiffFormatter.format(EditList edits, RawText a, RawText b)
          Formats a list of edits in unified diff format
 void DiffFormatter.format(FileHeader head, RawText a, RawText b)
          Format a patch script, reusing a previously parsed FileHeader.
 int RawTextComparator.hash(RawText seq, int lno)
           
 Edit RawTextComparator.reduceCommonStartEnd(RawText a, RawText b, Edit e)
           
protected  void DiffFormatter.writeAddedLine(RawText text, int line)
          Output an added line.
protected  void DiffFormatter.writeContextLine(RawText text, int line)
          Output a line of context (unmodified line).
protected  void DiffFormatter.writeLine(char prefix, RawText text, int cur)
          Write a standard patch script line.
protected  void DiffFormatter.writeRemovedLine(RawText text, int line)
          Output a removed line
 

Uses of RawText in org.eclipse.jgit.merge
 

Method parameters in org.eclipse.jgit.merge with type arguments of type RawText
 void MergeFormatter.formatMerge(OutputStream out, MergeResult<RawText> res, List<String> seqName, String charsetName)
          Formats the results of a merge of RawText objects in a Git conformant way.
 



Copyright © 2012. All Rights Reserved.