Uses of Class
org.apache.commons.io.comparator.AbstractFileComparator
Packages that use AbstractFileComparator
Package
Description
-
Uses of AbstractFileComparator in org.apache.commons.io.comparator
Subclasses of AbstractFileComparator in org.apache.commons.io.comparatorModifier and TypeClassDescriptionclass
Compare two files using a set of delegate fileComparator
.class
Compares two files using the defaultFile.compareTo(File)
method.class
Compare two files using theFile.isDirectory()
method.class
Compare the file name extensions for order (seeFilenameUtils.getExtension(String)
).class
Compare the last modified date/time of two files for order (seeFileUtils.lastModifiedUnchecked(File)
).class
Compare the names of two files for order (seeFile.getName()
).class
Compare the path of two files for order (seeFile.getPath()
).(package private) final class
Reverses the result of comparing twoFile
objects using the delegateComparator
.class
Compare the length/size of two files for order (seeFile.length()
andFileUtils.sizeOfDirectory(File)
).