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
-
Field Summary
FieldsFields inherited from class com.ganteater.ae.maven.plugin.AEBase
aeDir, config, operations, operationsDependencies, plugin, project, propertiesFiles, recipes, variablesFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]defaultRecipes(AEPluginWorkspace workspace) voidexecute()protected voidrunRecipes(AEWorkspace workspace, boolean async) Methods inherited from class com.ganteater.ae.maven.plugin.AEBase
importVariablesMethods 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.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
defaultRecipes
-
runRecipes
protected void runRecipes(AEWorkspace workspace, boolean async) throws org.apache.maven.plugin.MojoExecutionException - Overrides:
runRecipesin classAEBase- Throws:
org.apache.maven.plugin.MojoExecutionException
-