org.apache.tools.ant.taskdefs.condition
public class Or extends ConditionBase implements Condition
Iterates over all conditions and returns true as soon as one evaluates to true.
Since: Ant 1.4
| Method Summary | |
|---|---|
| boolean | eval() |
Returns: true if any of the contained conditions evaluate to true
Throws: BuildException if an error occurs