protected static class FileUtil.ExpressionFileFilter
extends java.lang.Object
implements java.io.FileFilter
| Constructor and Description |
|---|
ExpressionFileFilter(java.lang.String _regExp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File checkFile)
true if a file matches a regular expression
|