Package org.apache.tools.ant.taskdefs.condition


package org.apache.tools.ant.taskdefs.condition
  • Class
    Description
    <and> condition container.
    An Ant version condition.
    Interface for conditions to use inside the <condition> task.
    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.
    Is one string part of another string?
    Simple comparison condition.
    Compares two files for equality based on size and content.
    <hasfreespace>
    test for a method
    Condition to wait for a HTTP request to succeed.
    Condition to test a return-code for failure.
    Condition that tests whether a given string evals to false
    This is a condition that checks to see if a file passes an embedded selector.
    Condition that makes assertions about the last modified date of a resource.
    describes comparison modes.
    Test for a host being reachable using ICMP "ping" packets & echo operations.
    Condition that tests whether a given reference has been defined.
    Condition that tests whether a given property has been set.
    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.
    Condition that tests whether a given string evals to true
    An Java version condition.
    Simple regular expression condition.
    <not> condition.
    <or> condition container.
    Condition that tests the OS type.
    Test for the XML parser supporting a particular feature
    <resourcecontains> Is a string contained in a resource (file currently)?
    Condition that checks whether a given resource exists.
    Compares resources for equality based on size and content.
    Condition to wait for a TCP/IP socket to have a listener.
    looks for a task or other Ant type that exists.
    The Xor condition type to exclusive or operations.