|
Class Summary |
| Break |
A task to terminate a for or while loop. |
| Choose |
|
| CompH |
This whole class just exists to get rid of some anoying warnings * issued by
Ant. |
| Continue |
A task to throw a special build exception that continues a embracing for or while loop. |
| CreateTarget |
A task allowing the dynamic creation of a target. |
| CvsStat |
|
| DotClassPath |
A task to execute operations on a .classpath loc. |
| Echo |
|
| Exec |
Deprecated. |
| Export |
Task to export a certain loc. |
| Fail |
Same as Ant's fail task, additionally resolve EL references in message and
property. |
| Find |
A task echoing files in a fileset similar as the Unix command
find would do. |
| For |
|
| GlobMap |
|
| HttpUploadTask |
|
| InstCompH |
Deprecated. |
| IsText |
|
| Let |
|
| List |
|
| Logo |
|
| Mkdir |
|
| NoOp |
A Task just doing nothing. |
| Property |
A task to set multiple properties at once. |
| PropertyHelper |
Replace property handler with one able to handle EL references. |
| Require |
|
| Rescue |
A task to rescue variables. |
| ResolveDeps |
|
| RunMacro |
A task allowing the dynamic execution of a macro or task. |
| RunTarget |
A task allowing the dynamic execution of a target. |
| ScanDeps |
|
| Select |
Create a new property by selecting a couple of existing ones .. |
| SetDefault |
|
| Switch |
|
| Switch.Match |
Case class |
| Switch.MatcherBean |
The sole purpose of this class is to answer questions on
properties asked by a resolver, usually a bean resolver (hence the
name BeanMatcher). |
| Task |
|
| Throw |
Extension of <fail> that can throw an exception that is a
reference in the project. |
| TryCatch |
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. |
| TryCatch.CatchBlock |
A helper class implementing a catch clause. |
| Unless |
|
| Unset |
|
| When |
A task to simulate a else-less if statement. |
| WhichFlaka |
|
| While |
|
| XmlLogger |
This logger is basically the same as XmlLogger provided by Ant except: 1. |
| XmlLogger.TimedElement |
Utility class representing the time an element started. |
| XmlMerger |
|