public class ContainerStopMojo extends AbstractCargoMojo
CONTEXT_KEY_CONTAINER| Constructor and Description |
|---|
ContainerStopMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Executes the plugin.
|
calculateContainerArtifactId, containsAutoDeployable, createAutoDeployDeployable, createConfiguration, createContainer, createDefaultContainerElementIfNecessary, createDefaultInstallerElementIfNecessary, createLogger, createNewContainer, execute, getCargoProject, getConfigurationElement, getContainerElement, getDaemon, getDeployablesElement, getDeployerElement, getFileHandler, setCargoProject, setConfigurationElement, setContainerElement, setDeployablesElement, setDeployerElement, setFileHandler, waitDeployableMonitorgetProjectpublic void doExecute()
throws org.apache.maven.plugin.MojoExecutionException
This method must be implemented by all Mojos extending this class. The reason for this
pattern is because we want the AbstractCargoMojo.execute() method to always be called so that
necessary plugin initialization can be performed. Without this pattern Mojos extending this
class could "forget" to call super.execute() thus leading to unpredictible
results.
doExecute in class AbstractCargoMojoorg.apache.maven.plugin.MojoExecutionException - in case of errorCopyright © 2004–2016 Github. All rights reserved.