Package org.machanism.machai.gw.maven
Class ActConfigureAndScanTest.TestableAct
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.ActConfigureAndScanTest.TestableAct
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Enclosing class:
ActConfigureAndScanTest
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) booleanFields 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 voidscanDocuments(ActProcessor actProcessor) Methods inherited from class org.machanism.machai.gw.maven.ActMojo
configureAndScan, execute, process, readTextMethods inherited from class org.machanism.machai.gw.maven.AbstractGWMojo
getConfiguration, scanDocumentsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
applyActPromptCalled
boolean applyActPromptCalled -
scanDocumentsCalled
boolean scanDocumentsCalled
-
-
Constructor Details
-
TestableAct
TestableAct()
-
-
Method Details
-
applyActPrompt
protected void applyActPrompt(Configurator conf) throws org.apache.maven.plugin.MojoExecutionException - Overrides:
applyActPromptin classActMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
scanDocuments
- Overrides:
scanDocumentsin classActMojo
-