java.lang.Object
openfuture.editxml.model.REFilenameFilter
- All Implemented Interfaces:
- java.io.FilenameFilter
- public class REFilenameFilter
- extends java.lang.Object
- implements java.io.FilenameFilter
File name filter for regular expressions.
Created: Wed Apr 11 22:37:54 2001
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefix
private java.lang.String prefix
suffix
private java.lang.String suffix
REFilenameFilter
public REFilenameFilter(java.lang.String namefilter)
- Creates a new
REFilenameFilter
instance.
accept
public boolean accept(java.io.File dir,
java.lang.String namefilter)
- Accept, if
name
matches the
namefilter
this object has been instantiated with.
- Specified by:
accept
in interface java.io.FilenameFilter