base
Class DirFilter

java.lang.Object
  extended by base.DirFilter
All Implemented Interfaces:
FilenameFilter

public class DirFilter
extends Object
implements FilenameFilter

This simple class defines filter rules for directory listings, here all files with extensions that are used internally but should not be used or displayed are defined.


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

Constructor Detail

DirFilter

public DirFilter()
Method Detail

accept

public boolean accept(File file,
                      String name)
Specified by:
accept in interface FilenameFilter