@ThreadSafe public final class FilenameFilterMatchAnyRegEx extends Object implements FilenameFilter
| Constructor and Description |
|---|
FilenameFilterMatchAnyRegEx(String... aRegExs) |
FilenameFilterMatchAnyRegEx(String sRegEx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File aDir,
String sName) |
String[] |
getRegularExpressions() |
String |
toString() |
Copyright © 2014 Philip Helger. All rights reserved.