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 TypeClassDescriptionclassCompare two files using a set of delegate fileComparator.classCompares two files using the defaultFile.compareTo(File)method.classCompare two files using theFile.isDirectory()method.classCompare the file name extensions for order (seeFilenameUtils.getExtension(String)).classCompare the last modified date/time of two files for order (seeFileUtils.lastModifiedUnchecked(File)).classCompare the names of two files for order (seeFile.getName()).classCompare the path of two files for order (seeFile.getPath()).(package private) final classReverses the result of comparing twoFileobjects using the delegateComparator.classCompare the length/size of two files for order (seeFile.length()andFileUtils.sizeOfDirectory(File)).