Uses of Class
org.eclipse.jgit.diff.RawTextComparator
-
Packages that use RawTextComparator Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug -
-
Uses of RawTextComparator in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as RawTextComparator Modifier and Type Field Description private RawTextComparator
BlameCommand. textComparator
Methods in org.eclipse.jgit.api with parameters of type RawTextComparator Modifier and Type Method Description BlameCommand
BlameCommand. setTextComparator(RawTextComparator textComparator)
Set raw text comparator -
Uses of RawTextComparator in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as RawTextComparator Modifier and Type Field Description private RawTextComparator
BlameGenerator. textComparator
Methods in org.eclipse.jgit.blame with parameters of type RawTextComparator Modifier and Type Method Description 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 Modifier and Type Field Description private RawTextComparator
DiffFormatter. comparator
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
Ignore leading whitespace.static RawTextComparator
RawTextComparator. WS_IGNORE_TRAILING
Ignores trailing whitespace.Methods in org.eclipse.jgit.diff with parameters of type RawTextComparator Modifier and Type Method Description void
DiffFormatter. setDiffComparator(RawTextComparator cmp)
Set the line equivalence function for text file differences. -
Uses of RawTextComparator in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as RawTextComparator Modifier and Type Field Description private RawTextComparator
Blame. comparator
-
Uses of RawTextComparator in org.eclipse.jgit.pgm.debug
Subclasses of RawTextComparator in org.eclipse.jgit.pgm.debug Modifier and Type Class Description private static class
TextHashFunctions.Hash
Base class for any hashCode function to be tested.Fields in org.eclipse.jgit.pgm.debug declared as RawTextComparator Modifier and Type Field Description private RawTextComparator
DiffAlgorithms. cmp
-