@MustImplementEqualsAndHashcode public abstract class AbstractFileFilter extends Object implements FileFilter, IFilter<File>
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 |
matchesFilter(File aFile)
Check if the given value matches the filter or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic final boolean matchesFilter(@Nullable File aFile)
IFiltermatchesFilter in interface IFilter<File>aFile - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2006–2015 phloc systems. All rights reserved.