Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.IsFalse
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
project |
Method Summary | |
boolean |
|
void |
|
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
getProject , log , log , setProject |
public boolean eval() throws BuildException
- Returns:
- the inverted value;
- Throws:
BuildException
- if someone forgot to spec a value
public void setValue(boolean value)
set the value to be tested; let ant eval it to true/false
- Parameters:
value
- the value to test