|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.ConditionBase
net.sf.antcontrib.logic.condition.BooleanConditionBase
public class BooleanConditionBase
Extends ConditionBase so I can get access to the condition count and the first condition. This is the class that the BooleanConditionTask is proxy for.
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
BooleanConditionBase()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase |
---|
add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanConditionBase()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |