Class | Description |
---|---|
CompositeFileComparator |
Compare two files using a set of delegate file
Comparator . |
DefaultFileComparator |
Compare two files using the default
File.compareTo(File) method. |
DirectoryFileComparator |
Compare two files using the
File.isDirectory() method. |
ExtensionFileComparator |
Compare the file name extensions for order
(see
FilenameUtils.getExtension(String) ). |
LastModifiedFileComparator |
Compare the last modified date/time of two files for order
(see
File.lastModified() ). |
NameFileComparator |
Compare the names of two files for order (see
File.getName() ). |
PathFileComparator |
Compare the path of two files for order (see
File.getPath() ). |
SizeFileComparator |
Compare the length/size of two files for order (see
File.length() and FileUtils.sizeOfDirectory(File) ). |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"