org.bee.func
Class newerthan.SmartFileFilter

java.lang.Object
  extended by org.bee.func.newerthan.SmartFileFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
newerthan

protected static class newerthan.SmartFileFilter
extends java.lang.Object
implements java.io.FileFilter


Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter