futils.filters
Class IsFileFilter

java.lang.Object
  extended by futils.filters.IsFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class IsFileFilter
extends java.lang.Object
implements java.io.FilenameFilter

User: lyon Date: Aug 24, 2006 Time: 6:56:30 AM Copyright DocJava, Inc. 2005.


Constructor Summary
IsFileFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsFileFilter

public IsFileFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter