ConditionBase (Apache Ant API)
|
||||||||||
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 |
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 |
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)
public void addChecksum(Checksum c)
public void addUptodate(UpToDate u)
public void addNot(Not n)
public void addAnd(And a)
public void addOr(Or o)
public void addEquals(Equals e)
public void addOs(Os o)
public void addIsSet(IsSet i)
public void addHttp(Http h)
public void addSocket(Socket s)
public void addFilesMatch(FilesMatch test)
public void addContains(Contains test)
public void addIsTrue(IsTrue test)
public void addIsFalse(IsFalse test)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |