|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.abraracourcix.alipes.common.RegExpFileFilter
A file filter which takes a regular expression and filters files in a single directory
| Constructor Summary | |
RegExpFileFilter(java.lang.String regexp,
java.io.File rootDirectory)
Constructor |
|
| Method Summary | |
boolean |
accept(java.io.File file)
Inherited |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RegExpFileFilter(java.lang.String regexp,
java.io.File rootDirectory)
regexp - the regular expression to matchrootDirectory - the directory in which to search - can be null if we don't care| Method Detail |
public boolean accept(java.io.File file)
accept in interface java.io.FileFilterfile - file to be tested
FileFilter.accept(java.io.File)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||