infomat.io.textword
Class TextFileFilter

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

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


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

TextFileFilter

TextFileFilter()
Method Detail

accept

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