@NotThreadSafe public final class FileFilterDirectoryOnly extends AbstractFileFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static FileFilterDirectoryOnly |
getInstance() |
int |
hashCode() |
boolean |
matchesFilter(File aFile)
Check if the given value matches the filter or not.
|
String |
toString() |
accept, accept@Nonnull public static FileFilterDirectoryOnly getInstance()
public boolean matchesFilter(@Nullable File aFile)
IFilteraFile - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2014–2015 Philip Helger. All rights reserved.