ipipan.spejd.util
Class DirFileFilter

java.lang.Object
  extended by ipipan.spejd.util.DirFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class DirFileFilter
extends java.lang.Object
implements java.io.FileFilter


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

Constructor Detail

DirFileFilter

public DirFileFilter()
Method Detail

accept

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