public final class NameGlobETAF extends org.entityfs.support.filter.AbstractConvenientFilter<EntryToArchive> implements EntityToArchiveFilter
Glob pattern
 (such as .exe).
 
 "ETAF" stands for EntryToArchiveFilter
| Constructor and Description | 
|---|
NameGlobETAF(org.entityfs.support.util.regexp.Glob pattern)
Create a new filter. 
 | 
NameGlobETAF(String pattern)
Create a new filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matches(EntryToArchive object)  | 
public NameGlobETAF(String pattern)
pattern - The glob pattern.public NameGlobETAF(org.entityfs.support.util.regexp.Glob pattern)
pattern - The glob pattern.public boolean matches(EntryToArchive object)
matches in interface org.entityfs.support.filter.Filter<EntryToArchive>