org.apache.tools.ant.taskdefs.condition
public class IsFalse extends ProjectComponent implements Condition
Since: Ant 1.5
Method Summary | |
---|---|
boolean | eval() |
void | setValue(boolean value)
set the value to be tested; let ant eval it to true/false |
Returns: the inverted value;
Throws: BuildException if someone forgot to spec a value
Parameters: value the value to test