net.jtools.tef
Class TEFTask.AntCombinedFilter
java.lang.Object
net.jtools.tef.TEFTask.AntCombinedFilter
- All Implemented Interfaces:
- org.jpattern.condition.Condition<TEFGeneratorTempletInfo>
- Enclosing class:
- TEFTask
public static class TEFTask.AntCombinedFilter
- extends Object
- implements org.jpattern.condition.Condition<TEFGeneratorTempletInfo>
Field Summary |
static int |
AND
|
static int |
NOT
|
static int |
OR
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AND
public static final int AND
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
TEFTask.AntCombinedFilter
public TEFTask.AntCombinedFilter(int op)
addFilter
public void addFilter(TEFTask.AntTempletFilter f)
throws BuildException
- Throws:
BuildException
createAnd
public TEFTask.AntCombinedFilter createAnd()
throws BuildException
- Throws:
BuildException
createNot
public TEFTask.AntCombinedFilter createNot()
throws BuildException
- Throws:
BuildException
createOr
public TEFTask.AntCombinedFilter createOr()
throws BuildException
- Throws:
BuildException
match
public boolean match(TEFGeneratorTempletInfo tmpl)
- Specified by:
match
in interface org.jpattern.condition.Condition<TEFGeneratorTempletInfo>
isVetoable
public boolean isVetoable()
© 2000-2006, JTools.org.