Java org.eclipse.jgit.diff RawTextComparator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.diff RawTextComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.diff RawTextComparator.

The text is from its open source code.

Field

RawTextComparatorDEFAULT
No special treatment.
RawTextComparatorWS_IGNORE_ALL
Ignores all whitespace.
RawTextComparatorWS_IGNORE_TRAILING
Ignores trailing whitespace.
RawTextComparatorWS_IGNORE_CHANGE
Ignores whitespace occurring between non-whitespace characters.