@NotThreadSafe public class FileFilterDirectoryPublic extends AbstractFileFilter
| Constructor and Description |
|---|
FileFilterDirectoryPublic() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesThisFilter(File aFile)
This is the method to be implemented to match this filter.
|
accept, acceptequals, getMatchingStrategy, getNestedFilter, hashCode, matchesFilter, setMatchingStrategy, setNestedFilter, test, toStringclone, 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 filterCopyright © 2014–2016 Philip Helger. All rights reserved.