@MustImplementEqualsAndHashcode public abstract class AbstractFileFilter extends Object 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchesFilterpublic final boolean accept(@Nullable File aFile)
accept in interface FileFilterCopyright © 2014–2015 Philip Helger. All rights reserved.