| CompileFirstPassTask |
First compile pass task to validate jaxx files and look after dependencies.
|
| CompileSecondPassTask |
Task to execute the Second round of compile.
|
| FinalizeTask |
Task to execute after stylesheet tasks and juste before generation task.
|
| GenerateConstructorsTask |
Task to execute just after finalize task to create all constructors for any
compiler.
|
| GenerateMissingRulesTask |
Last task to generate java files.
|
| GenerateTask |
Last task to generate java files.
|
| InitTask |
The init task to be launched first.
|
| JAXXEngineTask |
Base class to implement a task to be launched by a JAXXEngine.
|
| ProfileTask |
A task to display result of profile mode
|
| StyleSheetTask |
Task to apply css stylesheet on objects after second round of compilation.
|