org.jostraca.util
Class RegExpFileNameFilter

java.lang.Object
  extended byorg.jostraca.util.RegExpFileNameFilter
All Implemented Interfaces:
FileUtil.FileNameFilter

public class RegExpFileNameFilter
extends java.lang.Object
implements FileUtil.FileNameFilter

Match file names using a RegExp.


Constructor Summary
RegExpFileNameFilter(RegExp pFilterRE)
           
 
Method Summary
 boolean accept(java.lang.String pFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpFileNameFilter

public RegExpFileNameFilter(RegExp pFilterRE)
Method Detail

accept

public boolean accept(java.lang.String pFileName)
Specified by:
accept in interface FileUtil.FileNameFilter


Copyright © 2000-2002 Richard Rodger