public final class FileETAF extends org.entityfs.support.filter.AbstractConvenientFilter<EntryToArchive> implements EntityToArchiveFilter
"ETAF" stands for EntryToArchiveFilter
DirectoryETAF| Modifier and Type | Field and Description |
|---|---|
static FileETAF |
FILTER
Since this object does not contain any internal state, this singleton
instance may be used instead of creating new objects.
|
| Constructor and Description |
|---|
FileETAF() |
| Modifier and Type | Method and Description |
|---|---|
org.entityfs.support.filter.ConvenientFilter<EntryToArchive> |
and(org.entityfs.support.filter.Filter<? super EntryToArchive> f) |
boolean |
matches(EntryToArchive object) |
public static final FileETAF FILTER
public org.entityfs.support.filter.ConvenientFilter<EntryToArchive> and(org.entityfs.support.filter.Filter<? super EntryToArchive> f)
and in interface org.entityfs.support.filter.ConvenientFilter<EntryToArchive>and in class org.entityfs.support.filter.AbstractConvenientFilter<EntryToArchive>public boolean matches(EntryToArchive object)
matches in interface org.entityfs.support.filter.Filter<EntryToArchive>