@ThreadSafe public final class FilenameFilterMatchNoRegEx extends AbstractFileFilter
| Constructor and Description |
|---|
FilenameFilterMatchNoRegEx(String... aRegExs) |
FilenameFilterMatchNoRegEx(String sRegEx) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getRegularExpressions() |
boolean |
matchesFilter(File aFile)
Check if the given value matches the filter or not.
|
String |
toString() |
accept, accept@Nonnull @ReturnsMutableCopy public String[] getRegularExpressions()
public boolean matchesFilter(@Nullable File aFile)
IFilteraFile - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2014–2015 Philip Helger. All rights reserved.