|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.taskdefs.condition.ConditionBase
Baseclass for the <condition> task as well as several conditions - ensures that the types of conditions inside the task and the "container" conditions are in sync.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
ConditionBase()
|
Method Summary | |
void |
add(Condition c)
Add an arbitrary condition |
void |
addAnd(And a)
Add an <and> condition "container". |
void |
addAvailable(Available a)
Add an <available> condition. |
void |
addChecksum(Checksum c)
Add an <checksum> condition. |
void |
addContains(Contains test)
Add a <contains> condition. |
void |
addEquals(Equals e)
Add an <equals> condition. |
void |
addFilesMatch(FilesMatch test)
Add a <filesmatch> condition. |
void |
addHttp(Http h)
Add an <http> condition. |
void |
addIsFalse(IsFalse test)
Add a <isfalse> condition. |
void |
addIsReference(IsReference i)
Add an <isreference> condition. |
void |
addIsSet(IsSet i)
Add an <isset> condition. |
void |
addIsTrue(IsTrue test)
Add a <istrue> condition. |
void |
addNot(Not n)
Add an <not> condition "container". |
void |
addOr(Or o)
Add an <or> condition "container". |
void |
addOs(Os o)
Add an <os> condition. |
void |
addSocket(Socket s)
Add a <socket> condition. |
void |
addUptodate(UpToDate u)
Add an <uptodate> condition. |
protected int |
countConditions()
Count the conditions. |
protected java.util.Enumeration |
getConditions()
Iterate through all conditions. |
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 ConditionBase()
Method Detail |
protected int countConditions()
protected final java.util.Enumeration getConditions()
public void addAvailable(Available a)
a
- an available conditionpublic void addChecksum(Checksum c)
c
- a Checksum conditionpublic void addUptodate(UpToDate u)
u
- an UpToDate conditionpublic void addNot(Not n)
n
- a Not conditionpublic void addAnd(And a)
a
- an And conditionpublic void addOr(Or o)
o
- an Or conditionpublic void addEquals(Equals e)
e
- an Equals conditionpublic void addOs(Os o)
o
- an Os conditionpublic void addIsSet(IsSet i)
i
- an IsSet conditionpublic void addHttp(Http h)
h
- an Http conditionpublic void addSocket(Socket s)
s
- a Socket conditionpublic void addFilesMatch(FilesMatch test)
test
- a FilesMatch conditionpublic void addContains(Contains test)
test
- a Contains conditionpublic void addIsTrue(IsTrue test)
test
- an IsTrue conditionpublic void addIsFalse(IsFalse test)
test
- an IsFalse conditionpublic void addIsReference(IsReference i)
i
- an IsReference conditionpublic void add(Condition c)
c
- a condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |