Package org.apache.tools.ant.taskdefs.condition
| Interface Summary |
| Condition |
Interface for conditions to use inside the <condition> task.
|
| Class Summary |
| And |
<and> condition container.
|
| 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.
|
| Contains |
Is one string part of another string?
|
| Equals |
Simple String comparison condition.
|
| FilesMatch |
Compares two files for bitwise equality based on size and
content. |
| Http |
Condition to wait for a HTTP request to succeed. |
| IsFalse |
Condition that tests whether a given string evals to false
|
| IsFileSelected |
This is a condition that checks to see if a file passes an embedded selector. |
| IsReference |
Condition that tests whether a given reference has been defined.
|
| IsSet |
Condition that tests whether a given property has been set.
|
| IsTrue |
Condition that tests whether a given string evals to true
|
| Not |
<not> condition.
|
| Or |
<or> condition container.
|
| Os |
Condition that tests the OS type.
|
| Socket |
Condition to wait for a TCP/IP socket to have a listener. |