@NotThreadSafe public class FileFilterFilenameMatchNoRegEx extends AbstractFileFilter
| Constructor and Description |
|---|
FileFilterFilenameMatchNoRegEx(String... aRegExs) |
FileFilterFilenameMatchNoRegEx(String sRegEx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getAllRegularExpressions() |
int |
hashCode() |
boolean |
matchesThisFilter(File aFile)
This is the method to be implemented to match this filter.
|
String |
toString() |
accept, acceptgetMatchingStrategy, getNestedFilter, matchesFilter, setMatchingStrategy, setNestedFilterclone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchesFilterpublic FileFilterFilenameMatchNoRegEx(@Nonnull@Nonempty String sRegEx)
@Nonnull @ReturnsMutableCopy public String[] getAllRegularExpressions()
public boolean matchesThisFilter(@Nullable File aFile)
AbstractFiltermatchesThisFilter in class AbstractFilter<File>aFile - The value to be matchedtrue if the value matches the filterpublic boolean equals(Object o)
equals in class AbstractFilter<File>public int hashCode()
hashCode in class AbstractFilter<File>public String toString()
toString in class AbstractFilter<File>Copyright © 2014–2015 Philip Helger. All rights reserved.