public final class EntityTypeETAF extends org.entityfs.support.filter.AbstractConvenientFilter<EntryToArchive> implements EntityToArchiveFilter
FileETAF or DirectoryETAF may be more convenient to use.
"ETAF" stands for EntryToArchiveFilter
EntityType| Constructor and Description |
|---|
EntityTypeETAF(org.entityfs.EntityType et)
Create a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(EntryToArchive object) |
public EntityTypeETAF(org.entityfs.EntityType et)
et - The entity type to match.public boolean matches(EntryToArchive object)
matches in interface org.entityfs.support.filter.Filter<EntryToArchive>