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