public final class FileAEF extends org.entityfs.support.filter.AbstractConvenientFilter<ArchiveEntry<?,?>> implements ArchiveEntryFilter
"AEF" stands for ArchiveEntryFilter
.
Modifier and Type | Field and Description |
---|---|
static FileAEF |
FILTER
This singleton instance may be used instead of instantiating the filter.
|
Constructor and Description |
---|
FileAEF() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(ArchiveEntry<?,?> object) |
public static final FileAEF FILTER
public boolean matches(ArchiveEntry<?,?> object)
matches
in interface org.entityfs.support.filter.Filter<ArchiveEntry<?,?>>