org.apache.tools.ant.types.optional
public class ScriptCondition extends AbstractScriptComponent implements Condition
Method Summary | |
---|---|
boolean | eval()
Is this condition true?
|
boolean | getValue()
get the current value of the conditon |
void | setValue(boolean value)
set the value of the condition.
|
Returns: true if the condition is true
Throws: org.apache.tools.ant.BuildException if an error occurs
Returns: true if the condition
Parameters: value the value to set the condition to