wt.tools.tokensearch
Class EndsIn

java.lang.Object
  extended bywt.tools.tokensearch.EndsIn
All Implemented Interfaces:
FilenameFilter

class EndsIn
extends Object
implements FilenameFilter


Field Summary
private  String ext
           
 
Constructor Summary
EndsIn(String extension)
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ext

private String ext
Constructor Detail

EndsIn

public EndsIn(String extension)
Method Detail

accept

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