Package net.sf.antcontrib.logic

Class Summary
ForEach Task definition for the foreach task.
IfTask Perform some tasks based on whether a given condition holds true or not.
IfTask.ElseIf  
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.
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.