Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class FileComparator

java.lang.Object
  extended by com.liferay.portal.kernel.util.FileComparator
All Implemented Interfaces:
Comparator<File>

public class FileComparator
extends Object
implements Comparator<File>


Constructor Summary
FileComparator()
           
 
Method Summary
 int compare(File file1, File file2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

FileComparator

public FileComparator()
Method Detail

compare

public int compare(File file1,
                   File file2)
Specified by:
compare in interface Comparator<File>

Liferay 6.2-ce-ga5