Google

org.apache.tools.ant.taskdefs.condition(Apache Ant API)

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
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.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.