cynosurex.io
Class IsDirectoryFilter

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

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

Generic file name extension class.

Version:
1.0
Author:
Chieh Cheng

Constructor Summary
IsDirectoryFilter()
          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

IsDirectoryFilter

public IsDirectoryFilter()
Constructor.

Method Detail

accept

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