Package org.machanism.machai.gw.maven
Class ReactorActExecuteTest.CapturingActPerModuleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.machanism.machai.gw.maven.AbstractGWMojo
org.machanism.machai.gw.maven.ActMojo
org.machanism.machai.gw.maven.ActPerModuleMojo
org.machanism.machai.gw.maven.ReactorActExecuteTest.CapturingActPerModuleMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Enclosing class:
ReactorActExecuteTest
-
Field Summary
FieldsFields inherited from class org.machanism.machai.gw.maven.AbstractGWMojo
basedir, classFunctionTools, excludes, instructions, logger, logInputs, model, project, reactorProjects, scanDir, sessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyActPrompt(Configurator conf) protected PropertiesConfiguratorprotected voidprocess(ActProcessor actProcessor) Methods inherited from class org.machanism.machai.gw.maven.ActPerModuleMojo
execute, scanDocumentsMethods inherited from class org.machanism.machai.gw.maven.ActMojo
configureAndScan, readTextMethods inherited from class org.machanism.machai.gw.maven.AbstractGWMojo
scanDocumentsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
captured
ActProcessor captured -
failApply
boolean failApply
-
-
Constructor Details
-
CapturingActPerModuleMojo
CapturingActPerModuleMojo()
-
-
Method Details
-
getConfiguration
- Overrides:
getConfigurationin classAbstractGWMojo
-
applyActPrompt
protected void applyActPrompt(Configurator conf) throws org.apache.maven.plugin.MojoExecutionException - Overrides:
applyActPromptin classActMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
process
-