Class GenerateBdmDaoClientSourceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
org.bonitasoft.plugin.bdm.codegen.GenerateBdmDaoClientSourceMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-bdm-dao-client",
defaultPhase=GENERATE_SOURCES,
threadSafe=true)
public class GenerateBdmDaoClientSourceMojo
extends AbstractGenerateBdmMojo
This mojo generates the BDM dao client java source code from the given Business Object Model descriptor file.
-
Field Summary
Fields inherited from class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
bdmModelFile, outputFolder, projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
ConstructorsConstructorDescriptionGenerateBdmDaoClientSourceMojo(BusinessDataModelParser businessDataModelReader, BusinessDataModelGenerator generator, org.sonatype.plexus.build.incremental.BuildContext buildContext) -
Method Summary
Methods inherited from class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GenerateBdmDaoClientSourceMojo
@Inject public GenerateBdmDaoClientSourceMojo(BusinessDataModelParser businessDataModelReader, BusinessDataModelGenerator generator, org.sonatype.plexus.build.incremental.BuildContext buildContext)
-
-
Method Details
-
excludedGeneratedSources
- Specified by:
excludedGeneratedSourcesin classAbstractGenerateBdmMojo
-