org.apache.tools.ant.taskdefs.condition |
|
Java Source File Name | Type | Comment |
And.java | Class | <and> condition container. |
AntVersion.java | Class | An Ant version condition. |
AntVersionTest.java | Class | Testcases for the <antversion> condition. |
Condition.java | Interface | Interface for conditions to use inside the <condition> task. |
ConditionBase.java | Class | 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.java | Class | |
ContainsTest.java | Class | Testcase for the <contains> condition. |
Equals.java | Class | Simple String comparison condition. |
EqualsTest.java | Class | Testcase for the <equals> condition. |
FilesMatch.java | Class | Compares two files for equality based on size and
content. |
HasFreeSpace.java | Class | |
HasMethod.java | Class | |
Http.java | Class | Condition to wait for a HTTP request to succeed. |
IsFailure.java | Class | Condition to test a return-code for failure. |
IsFailureTest.java | Class | Testcases for the <isfailure> condition. |
IsFalse.java | Class | |
IsFileSelected.java | Class | This is a condition that checks to see if a file passes an embedded selector. |
IsFileSelectedTest.java | Class | Testcase for the <isfileselected> condition. |
IsReachable.java | Class | Test for a host being reachable using ICMP "ping" packets & echo operations.
Ping packets are very reliable for assessing reachability in a LAN or WAN,
but they do not get through any well-configured firewall. |
IsReachableTest.java | Class | |
IsReference.java | Class | Condition that tests whether a given reference has been defined. |
IsReferenceTest.java | Class | Testcases for the <isreference> condition. |
IsSet.java | Class | Condition that tests whether a given property has been set. |
IsSigned.java | Class | Checks whether a jarfile is signed: if the name of the
signature is passed, the file is checked for presence of that
particular signature; otherwise the file is checked for the
existence of any signature. |
IsSignedTest.java | Class | Testcase for the <issigned> condition. |
IsTrue.java | Class | |
Matches.java | Class | Simple regular expression condition. |
Not.java | Class | <not> condition. |
Or.java | Class | <or> condition container. |
Os.java | Class | Condition that tests the OS type. |
ParserSupports.java | Class | |
ParserSupportsTest.java | Class | |
ResourcesMatch.java | Class | Compares resources for equality based on size and content. |
Socket.java | Class | Condition to wait for a TCP/IP socket to have a listener. |
TypeFound.java | Class | looks for a task or other Ant type that exists. |
TypeFoundTest.java | Class | |
Xor.java | Class | The Xor condition type to exclusive or operations. |
XorTest.java | Class | |