org.codehaus.cargo.maven2
Class DeployerUndeployMojo

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

public class DeployerUndeployMojo
extends AbstractDeployerMojo

Undeploy a deployable from a container.

Version:
$Id: DeployerUndeployMojo.java 1078 2006-07-13 22:39:52Z vmassol $

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
DeployerUndeployMojo()
           
 
Method Summary
protected  void performDeployerActionOnSingleDeployable(org.codehaus.cargo.container.deployer.Deployer deployer, org.codehaus.cargo.container.deployable.Deployable deployable, java.net.URL pingURL, java.lang.Long pingTimeout)
           
 
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

DeployerUndeployMojo

public DeployerUndeployMojo()
Method Detail

performDeployerActionOnSingleDeployable

protected void performDeployerActionOnSingleDeployable(org.codehaus.cargo.container.deployer.Deployer deployer,
                                                       org.codehaus.cargo.container.deployable.Deployable deployable,
                                                       java.net.URL pingURL,
                                                       java.lang.Long pingTimeout)
Specified by:
performDeployerActionOnSingleDeployable in class AbstractDeployerMojo


Copyright © 2004-2009 Codehaus. All Rights Reserved.