protected static class FileUtil.ExpressionFileFilter
extends java.lang.Object
implements java.util.function.Predicate<java.nio.file.Path>
| Constructor and Description |
|---|
ExpressionFileFilter(java.lang.String _regExp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.nio.file.Path checkFile)
true if a file matches a regular expression
|