cynosurex.io
Class IsFileFilter

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

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

Generic file name extension class.

Version:
1.0
Author:
Chieh Cheng

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

Constructor Detail

IsFileFilter

public IsFileFilter()
Constructor.

Method Detail

accept

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