BooleanConditionBase | Extends ConditionBase so I can get access to the condition count and the
first condition. |
BooleanConditionTask | Wraps a ConditionBase so that the If task can use standard Ant Conditions as
its evaluated boolean expression. |
IsGreaterThan | Extends Equals condition to test if the first argument is greater than the
second argument. |
IsLessThan | Extends Equals condition to test if the first argument is less than the
second argument. |
IsPropertyFalse | Extends IsFalse condition to check the value of a specified property. |
IsPropertyTrue | Extends IsTrue condition to check the value of a specified property. |