| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.taskdefs.condition.IsFalseField 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