Package com.ganteater.ae.maven.plugin
Class AEConsole
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ganteater.ae.maven.plugin.AEBase
com.ganteater.ae.maven.plugin.AEConsole
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
-
Field Summary
FieldsFields inherited from class com.ganteater.ae.maven.plugin.AEBase
basedir, config, operations, operationsDependencies, plugin, project, propertiesFiles, recipes, variables
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
defaultRecipes
(AEPluginWorkspace workspace) void
execute()
protected void
runRecipes
(AEWorkspace workspace, boolean async) Methods inherited from class com.ganteater.ae.maven.plugin.AEBase
importVariables
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
port
-
-
Constructor Details
-
AEConsole
public AEConsole()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
defaultRecipes
-
runRecipes
protected void runRecipes(AEWorkspace workspace, boolean async) throws org.apache.maven.plugin.MojoExecutionException - Overrides:
runRecipes
in classAEBase
- Throws:
org.apache.maven.plugin.MojoExecutionException
-