@NotThreadSafe public abstract class AbstractFileFilter extends AbstractFilter<File> implements IFileFilter
FileFilter with some conversion
methods. Also implements IFilter and forwards the calls to the
FileFilter API.| Constructor and Description |
|---|
AbstractFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File aFile) |
boolean |
accept(File aDir,
String sName) |
equals, getMatchingStrategy, getNestedFilter, hashCode, matchesFilter, matchesThisFilter, setMatchingStrategy, setNestedFilter, test, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchesFilterpublic final boolean accept(@Nullable File aFile)
accept in interface FileFilterCopyright © 2014–2016 Philip Helger. All rights reserved.