org.codehaus.cargo.maven2
Class AliasedDeployerUndeployMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.codehaus.cargo.maven2.AbstractCommonMojo
          extended byorg.codehaus.cargo.maven2.AbstractCargoMojo
              extended byorg.codehaus.cargo.maven2.AbstractDeployerMojo
                  extended byorg.codehaus.cargo.maven2.DeployerUndeployMojo
                      extended byorg.codehaus.cargo.maven2.AliasedDeployerUndeployMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AliasedDeployerUndeployMojo
extends DeployerUndeployMojo

Class used uniquely to provide a goal alias for deployer-undeploy.

Version:
$Id: AliasedDeployerUndeployMojo.java 942 2006-03-18 13:21:09Z vmassol $
See Also:
DeployerUndeployMojo

Field Summary
 
Fields inherited from class org.codehaus.cargo.maven2.AbstractCargoMojo
CONTEXT_KEY_CONTAINER
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AliasedDeployerUndeployMojo()
           
 
Methods inherited from class org.codehaus.cargo.maven2.DeployerUndeployMojo
performDeployerActionOnSingleDeployable
 
Methods inherited from class org.codehaus.cargo.maven2.AbstractDeployerMojo
createDeployer, doExecute, getDeployerFactory, setDeployerFactory
 
Methods inherited from class org.codehaus.cargo.maven2.AbstractCargoMojo
containsAutoDeployable, createAutoDeployDeployable, createConfiguration, createContainer, createLogger, createNewContainer, execute, getCargoProject, getConfigurationElement, getContainerElement, getDeployerElement, getFileHandler, loadEmbeddedContainerDependencies, setCargoProject, setConfigurationElement, setContainerElement, setDeployerElement, setFileHandler
 
Methods inherited from class org.codehaus.cargo.maven2.AbstractCommonMojo
getProject
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasedDeployerUndeployMojo

public AliasedDeployerUndeployMojo()


Copyright © 2004-2008 Codehaus. All Rights Reserved.