|
IsTrue (Apache Ant API)
org.apache.tools.ant.taskdefs.condition
Class IsTrue
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.taskdefs.condition.IsTrue
- All Implemented Interfaces:
- Condition
- public class IsTrue
- extends ProjectComponent
- implements Condition
Condition that tests whether a given string evals to true
- Since:
- Ant 1.5
- Author:
- Steve Loughran
Method Summary |
boolean |
eval()
return the value; |
void |
setValue(boolean value)
set the value to be tested; let ant eval it to true/false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsTrue
public IsTrue()
setValue
public void setValue(boolean value)
- set the value to be tested; let ant eval it to true/false
eval
public boolean eval()
throws BuildException
- return the value;
- Specified by:
eval in interface Condition
- Throws:
BuildException - if someone forgot to spec a value
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|