net.sourceforge.basher.internal.impl
Class DefaultBeanShellFilenameComparator

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.DefaultBeanShellFilenameComparator
All Implemented Interfaces:
Comparator<File>

public class DefaultBeanShellFilenameComparator
extends Object
implements Comparator<File>

Version:
1.0
Author:
Johan Lindquist

Constructor Summary
DefaultBeanShellFilenameComparator()
           
 
Method Summary
 int compare(File file1, File file2)
           
 void setLog(org.apache.commons.logging.Log logger)
           
 
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

DefaultBeanShellFilenameComparator

public DefaultBeanShellFilenameComparator()
Method Detail

setLog

public void setLog(org.apache.commons.logging.Log logger)

compare

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


Copyright © 2006-2010 Basher Team. All Rights Reserved.