public class BooleanConditionBase
extends org.apache.tools.ant.taskdefs.condition.ConditionBase
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Constructor and Description |
---|
BooleanConditionBase() |
Modifier and Type | Method and Description |
---|---|
void |
addIsGreaterThan(IsGreaterThan i) |
void |
addIsLessThan(IsLessThan i) |
void |
addIsPropertyFalse(IsPropertyFalse i)
Adds a feature to the IsPropertyFalse attribute of the
BooleanConditionBase object
|
void |
addIsPropertyTrue(IsPropertyTrue i)
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase
object
|
add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsFileSelected, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions, getTaskName, setTaskName
public void addIsPropertyTrue(IsPropertyTrue i)
i
- The feature to be added to the IsPropertyTrue attributepublic void addIsPropertyFalse(IsPropertyFalse i)
i
- The feature to be added to the IsPropertyFalse attributepublic void addIsGreaterThan(IsGreaterThan i)
public void addIsLessThan(IsLessThan i)