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. -
-
Uses of RawTextComparator in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type RawTextComparator Modifier and Type Method Description BlameCommandBlameCommand. 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 Modifier and Type Method Description BlameGeneratorBlameGenerator. 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 static RawTextComparatorRawTextComparator. DEFAULTNo special treatment.static RawTextComparatorRawTextComparator. WS_IGNORE_ALLIgnores all whitespace.static RawTextComparatorRawTextComparator. WS_IGNORE_CHANGEIgnores whitespace occurring between non-whitespace characters.static RawTextComparatorRawTextComparator. WS_IGNORE_LEADINGIgnore leading whitespace.static RawTextComparatorRawTextComparator. WS_IGNORE_TRAILINGIgnores trailing whitespace.Methods in org.eclipse.jgit.diff with parameters of type RawTextComparator Modifier and Type Method Description voidDiffFormatter. setDiffComparator(RawTextComparator cmp)Set the line equivalence function for text file differences.
-