org.apache.tools.ant.taskdefs.condition

Class IsFalse

public class IsFalse extends ProjectComponent implements Condition

Condition that tests whether a given string evals to false

Since: Ant 1.5

Method Summary
booleaneval()
voidsetValue(boolean value)
set the value to be tested; let ant eval it to true/false

Method Detail

eval

public boolean eval()

Returns: the inverted value;

Throws: BuildException if someone forgot to spec a value

setValue

public void setValue(boolean value)
set the value to be tested; let ant eval it to true/false

Parameters: value the value to test

Copyright