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

Packages that use RawTextComparator
org.eclipse.jgit.api   
org.eclipse.jgit.blame   
org.eclipse.jgit.diff   
 

Uses of RawTextComparator in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api with parameters of type RawTextComparator
 BlameCommand BlameCommand.setTextComparator(RawTextComparator textComparator)
          Set raw text comparator
 

Uses of RawTextComparator in org.eclipse.jgit.blame
 

Methods in org.eclipse.jgit.blame with parameters of type RawTextComparator
 BlameGenerator BlameGenerator.setTextComparator(RawTextComparator comparator)
          Text comparator to use when comparing revisions.
 

Uses of RawTextComparator in org.eclipse.jgit.diff
 

Fields in org.eclipse.jgit.diff declared as RawTextComparator
static RawTextComparator RawTextComparator.DEFAULT
          No special treatment.
static RawTextComparator RawTextComparator.WS_IGNORE_ALL
          Ignores all whitespace.
static RawTextComparator RawTextComparator.WS_IGNORE_CHANGE
          Ignores whitespace occurring between non-whitespace characters.
static RawTextComparator RawTextComparator.WS_IGNORE_LEADING
          Ignores leading whitespace.
static RawTextComparator RawTextComparator.WS_IGNORE_TRAILING
          Ignores trailing whitespace.
 

Methods in org.eclipse.jgit.diff with parameters of type RawTextComparator
 void DiffFormatter.setDiffComparator(RawTextComparator cmp)
          Set the line equivalence function for text file differences.
 



Copyright © 2012. All Rights Reserved.