Package net.sf.antcontrib.logic

Class Summary
AntCallBack Identical (copy and paste, even) to the 'Ant' task, with the exception that properties from the new project can be copied back into the original project.
AntCallBack.Reference Helper class that implements the nested <reference> element of <ant> and <antcall>.
AntFetch Identical (copy and paste, even) to the 'Ant' task, with the exception that properties from the new project can be copied back into the original project.
AntFetch.Reference Helper class that implements the nested <reference> element of <ant> and <antcall>.
Assert Based on the Sequential task.
For Task definition for the for task.
ForEach Task definition for the foreach task.
IfTask Perform some tasks based on whether a given condition holds true or not.
IfTask.ElseIf  
OutOfDate Task to help in calling tasks if generated files are older than source files.
OutOfDate.MyMapper Wrapper for mapper - includes dir
RunTargetTask Ant task that runs a target without creating a new project.
Switch Task definition for the ANT task to switch on a particular value.
Throw Extension of <fail> that can throw an exception that is a reference in the project.
TimestampSelector Task definition for the foreach task.
TryCatchTask A wrapper that lets you run a set of tasks and optionally run a different set of tasks if the first set fails and yet another set after the first one has finished.