org.apache.tools.ant.taskdefs.condition

Class And

public class And extends ConditionBase implements Condition

<and> condition container.

Iterates over all conditions and returns false as soon as one evaluates to false.

Since: Ant 1.4

Method Summary
booleaneval()

Method Detail

eval

public boolean eval()

Returns: true if all the contained conditions evaluates to true

Throws: BuildException if an error occurs