java.lang .Object org.eclipse.pde.internal.build.ant .Condition Condition public class Condition (Code) Represents an Ant condition.
Method Summary public voidadd (Condition condition) Add the given condition to this Ant condition.public voidaddEquals (String arg1, String arg2) Add an "equals" condition to this Ant condition.protected voidprint (AntScript script) Add this Ant condition to the given Ant script.
nestedConditions protected List nestedConditions(Code)
singleConditions protected List singleConditions(Code)
Condition public Condition()(Code) Default constructor for the class.
add public void add(Condition condition)(Code) Add the given condition to this Ant condition.
Parameters: condition - the condition to add
addEquals public void addEquals(String arg1, String arg2)(Code) Add an "equals" condition to this Ant condition.
Parameters: arg1 - the left-hand side of the equalsParameters: arg2 - the right-hand side of the equals
print protected void print(AntScript script)(Code) Add this Ant condition to the given Ant script.
Parameters: script - the script to add the condition to