org.kuali.kfs.gl.web.util
Class OriginEntryFileComparator

java.lang.Object
  extended by 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


Constructor Summary
OriginEntryFileComparator()
           
 
Method Summary
 int compare(File o1, File o2)
           
 
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

OriginEntryFileComparator

public OriginEntryFileComparator()
Method Detail

compare

public int compare(File o1,
                   File o2)
Specified by:
compare in interface Comparator<File>


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.