JTools

net.jtools.tef
Class TEFTask.AntCombinedFilter

java.lang.Object
  extended by 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
           
 
Constructor Summary
TEFTask.AntCombinedFilter(int op)
           
 
Method Summary
 void addFilter(TEFTask.AntTempletFilter f)
           
 TEFTask.AntCombinedFilter createAnd()
           
 TEFTask.AntCombinedFilter createNot()
           
 TEFTask.AntCombinedFilter createOr()
           
 boolean isVetoable()
           
 boolean match(TEFGeneratorTempletInfo tmpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TEFTask.AntCombinedFilter

public TEFTask.AntCombinedFilter(int op)
Method Detail

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()

JTools

© 2000-2006, JTools.org.