public class DeepRegexFileFilter
extends org.apache.commons.io.filefilter.AbstractFileFilter
RegexFileFilter, but accept files based on the complete file
path and name, not only its name.| Constructor and Description |
|---|
DeepRegexFileFilter(java.io.File parentDir,
java.lang.String pattern) |
DeepRegexFileFilter(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File file) |