Package org.codehaus.cargo.maven3
Class ContainerRestartMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.cargo.maven3.AbstractCommonMojo
-
- org.codehaus.cargo.maven3.AbstractCargoMojo
-
- org.codehaus.cargo.maven3.ContainerStartMojo
-
- org.codehaus.cargo.maven3.ContainerRestartMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="restart", requiresDependencyResolution=TEST, threadSafe=true) public class ContainerRestartMojo extends ContainerStartMojo
Restart a container using Cargo.
-
-
Field Summary
-
Fields inherited from class org.codehaus.cargo.maven3.ContainerStartMojo
localContainer
-
Fields inherited from class org.codehaus.cargo.maven3.AbstractCargoMojo
CONTEXT_KEY_CLASSLOADER, CONTEXT_KEY_CONTAINER
-
-
Constructor Summary
Constructors Constructor Description ContainerRestartMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeLocalContainerAction()
Executes the local container action.-
Methods inherited from class org.codehaus.cargo.maven3.ContainerStartMojo
addAutoDeployDeployable, doExecute
-
Methods inherited from class org.codehaus.cargo.maven3.AbstractCargoMojo
calculateArtifact, calculateContainerArtifactId, createAutoDeployDeployable, createConfiguration, createContainer, createDefaultContainerElementIfNecessary, createDefaultInstallerElementIfNecessary, createLogger, createNewContainer, execute, getCargoProject, getConfigurationElement, getContainerElement, getDaemon, getDeployablesElement, getDeployerElement, isIgnoreFailures, setCargoProject, setConfigurationElement, setContainerElement, setDeployablesElement, setDeployerElement, setIgnoreFailures, waitDeployableMonitor
-
Methods inherited from class org.codehaus.cargo.maven3.AbstractCommonMojo
getProject
-
-
-
-
Method Detail
-
executeLocalContainerAction
protected void executeLocalContainerAction()
Executes the local container action.- Overrides:
executeLocalContainerAction
in classContainerStartMojo
-
-