public interface FileComparator
extends java.util.Comparator
Modifier and Type | Method and Description |
---|---|
int |
compareFiles(java.io.File file1,
java.io.File file2)
Compares two Files
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
int compareFiles(java.io.File file1, java.io.File file2) throws FileParseException
file1
- File to comparefile2
- File to compareFileParseException