|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.support.filter.AbstractConvenientFilter<EntryToArchive>
org.at4j.archive.builder.NameGlobETAF
public final class NameGlobETAF
This filter matches entities with names that match a Glob
pattern
(such as .exe
).
"ETAF" stands for EntryToArchiveFilter
Constructor Summary | |
---|---|
NameGlobETAF(Glob pattern)
Create a new filter. |
|
NameGlobETAF(String pattern)
Create a new filter. |
Method Summary | |
---|---|
boolean |
matches(EntryToArchive object)
Does the filter match the object? |
Methods inherited from class org.entityfs.support.filter.AbstractConvenientFilter |
---|
and, bitwiseNegate, isCase, not, or, xor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameGlobETAF(String pattern)
pattern
- The glob pattern.public NameGlobETAF(Glob pattern)
pattern
- The glob pattern.Method Detail |
---|
public boolean matches(EntryToArchive object)
Filter
matches
in interface Filter<EntryToArchive>
object
- The object to match.
true
if the filter matches the object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |