com.cybelia.sandra.ibu
Class IbuFileComparator

java.lang.Object
  extended by com.cybelia.sandra.ibu.IbuFileComparator
All Implemented Interfaces:
Comparator<File>

public class IbuFileComparator
extends Object
implements Comparator<File>

Comparator to sort ibu file by date

Author:
sletelier

Field Summary
protected  Pattern ibuFilePattern
           
 
Constructor Summary
IbuFileComparator(String ibuPatternFile)
           
 
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
 

Field Detail

ibuFilePattern

protected Pattern ibuFilePattern
Constructor Detail

IbuFileComparator

public IbuFileComparator(String ibuPatternFile)
Method Detail

compare

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


Copyright © 2008-2012 Cybelia. All Rights Reserved.