infomat.io.textword
Class AllFileFilter

java.lang.Object
  extended by infomat.io.textword.AllFileFilter
All Implemented Interfaces:
java.io.FileFilter

 class AllFileFilter
extends java.lang.Object
implements java.io.FileFilter


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

AllFileFilter

AllFileFilter()
Method Detail

accept

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