@NotThreadSafe public class FileFilterFilenameNotEquals extends AbstractFileFilter
String.equals(Object) so it is
case sensitive.| Constructor and Description |
|---|
FileFilterFilenameNotEquals(String sFilename) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilename() |
int |
hashCode() |
boolean |
matchesThisFilter(File aFile)
This is the method to be implemented to match this filter.
|
String |
toString() |
accept, acceptgetMatchingStrategy, getNestedFilter, matchesFilter, setMatchingStrategy, setNestedFilter, testclone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchesFilterpublic 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.