com.metaboss.sdlctools.applications.cmdlinetools |
This package contains classes, which can be used to invoke MetaBoss build tools from
OS command line. For example ServicemoduleAdapterGeneratorApplication class generates
various standard adapters for servicemodules and can be invoked as follows:
C:\>java -DMetaBoss.Home=c:\MetaBoss-1.2 -DMetaBoss.ModelDir=c:\MyModel com.metaboss.sdlctools.applications.cmdlinetools.ServicemoduleAdapterGeneratorApplication generic.xmlstrings c:\GeneratedSource Enterprise/systems[Crm]/servicemodules[MiscellaneousServices]
Please note that each command line application in this package has corresponding Ant task class which makes
invocation from Ant more convenient. See {@link org.apache.tools.ant.taskdefs.optional.metaboss org.apache.tools.ant.taskdefs.optional.metaboss} package documentation for more details.
|
Java Source File Name | Type | Comment |
ApplicationUtils.java | Class | |
DomainImplicitMetadataGeneratorApplication.java | Class | This class offers command line access to the generation of the implicit elements of the domain model metadata.
It expects following arguments :
- Implementation mapping.
|
DomainSupportServicemoduleImplementationGeneratorApplication.java | Class | This class offers command line access to the code generation of the domain support service layer.
It expects following arguments :
- Implementation mapping.
|
DomainSupportServicemoduleMetadataGeneratorApplication.java | Class | This class offers command line access to the code generation of the domain support service layer metadata.
It expects following arguments :
- Implementation mapping.
|
ServiceImplementationGeneratorApplication.java | Class | This class offers command line access to the code generation of the service implementations.
It expects following arguments :
- Implementation mapping.
|
ServicemoduleAdapterGeneratorApplication.java | Class | This class offers command line access to the code generation of the servicemodule adapters.
It expects following arguments :
- Implementation mapping.
|
ServicemoduleDistributionGeneratorApplication.java | Class | This class offers command line access to the code generation of the servicemodule distribution.
It expects following arguments :
- Implementation mapping.
|
ServiceProxyGeneratorApplication.java | Class | This class offers command line access to the code generation of the service proxies.
It expects following arguments :
- Implementation mapping.
|
StorageDistributionGeneratorApplication.java | Class | This class offers command line access to the code generation of the storage distribution.
It expects following arguments :
- Implementation mapping.
|
StorageImplementationGeneratorApplication.java | Class | This class offers command line access to the code generation of the storage layer.
It expects following arguments :
- Implementation mapping.
|
StorageMetadataGeneratorApplication.java | Class | This class offers command line access to the generation of the domain storage layer metadata.
It expects following arguments :
- Implementation mapping.
|
SystemCoreGenerator.java | Class | This class offers command line access to the code generation of the core system code.
It expects following arguments :
- Implementation mapping.
|