org.kuali.kfs.gl.web.util
Class OriginEntryFileComparator
java.lang.Object
org.kuali.kfs.gl.web.util.OriginEntryFileComparator
- All Implemented Interfaces:
- Comparator<File>
public class OriginEntryFileComparator
- extends Object
- implements Comparator<File>
An implementation of Comparator which compares origin entry Files by their name prefix and then by last modified date
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OriginEntryFileComparator
public OriginEntryFileComparator()
compare
public int compare(File o1,
File o2)
- Specified by:
compare
in interface Comparator<File>
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.