protected static class FileUtil.ExpressionFileFilter extends Object implements FileFilter
| Constructor and Description |
|---|
ExpressionFileFilter(String _regExp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File checkFile)
true if a file matches a regular expression
|
public ExpressionFileFilter(String _regExp)
_regExp - the simplified regular expression to matchpublic boolean accept(File checkFile)
accept in interface FileFilterFileFilter.accept(java.io.File)Copyright © 2018. All rights reserved.