com.metaboss.sdlctools.applications.anttasks.builder |
Contains the MetaBoss Expert Builder task.
This task offers "Model Driven Build" paradigm, where developer only has to
specify model elements builder should look at and kind of modules
the build should produce.
|
Java Source File Name | Type | Comment |
MetaBossBuilderTask.java | Class | The MetaBoss Enterprise Modules builder task.
This task can generate, compile and package any number of modules based on the enterprise model.
It implements Model Driven approach to build where the definition contains information
"what to build" rather than "how to build". |
MetaBossBuilderTaskElement.java | Class | The abstract element of the MetaBoss builder task. |
MetaBossBuilderTaskListener.java | Interface | The listener interface. |
ModuleDefinition.java | Class | This abstract class represents the definition of the single module
a separately buildable unit. |
ModuleElementDefinition.java | Class | This abstract class represents the definition of the single element of the module. |
ToolInvocationDefinition.java | Class | This object keeps definition of planned generator invocation. |