@NotThreadSafe public class FileFilterFilenameNotEqualsIgnoreCase extends AbstractFileFilter
String.equalsIgnoreCase(String)
so it is case insensitive.| Constructor and Description |
|---|
FileFilterFilenameNotEqualsIgnoreCase(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, setNestedFilterclone, 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.