Uses of Class
org.apache.commons.io.comparator.AbstractFileComparator
Packages that use AbstractFileComparator
-
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.classCompare 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 (seeFile.lastModified()).classCompare the names of two files for order (seeFile.getName()).classCompare the path of two files for order (seeFile.getPath()).(package private) classReverses the result of comparing twoFileobjects using the delegateComparator.classCompare the length/size of two files for order (seeFile.length()andFileUtils.sizeOfDirectory(File)).