Class IsFalse
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.IsFalse
Condition that tests whether a given string evals to false
- Since:
- Ant 1.5
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
IsFalsepublic IsFalse()
 
- 
- 
Method Details- 
setValuepublic void setValue(boolean value) set the value to be tested; let ant eval it to true/false- Parameters:
- value- the value to test
 
- 
evalDescription copied from interface:ConditionIs this condition true?- Specified by:
- evalin interface- Condition
- Returns:
- the inverted value;
- Throws:
- BuildException- if someone forgot to spec a value
 
 
-