org.codehaus.cargo.container.tomcat.internal
Class AbstractTomcatManagerInstalledLocalDeployer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
- All Implemented Interfaces:
- Deployer, Loggable
- Direct Known Subclasses:
- TomcatManagerInstalledLocalDeployer
public abstract class AbstractTomcatManagerInstalledLocalDeployer
- extends AbstractTomcatManagerDeployer
Common code to perform local deployments using a Tomcat manager-based deployer.
- Version:
- $Id: AbstractTomcatManagerInstalledLocalDeployer.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected LocalContainer container
- The local container to deploy to.
AbstractTomcatManagerInstalledLocalDeployer
public AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container)
-
- See Also:
AbstractTomcatManagerDeployer.AbstractTomcatManagerDeployer(org.codehaus.cargo.container.Container)
getConfiguration
protected Configuration getConfiguration()
-
- Specified by:
getConfiguration
in class AbstractTomcatManagerDeployer
- Returns:
- the configuration to use for deployment
- See Also:
AbstractTomcatManagerDeployer.getConfiguration()
performUndeploy
protected void performUndeploy(Deployable deployable)
throws TomcatManagerException,
IOException
- Performs undeployment of deployable.
Note: This is done differently by the different versions of Tomcat which is why we're
using an Abstract method here.
- Specified by:
performUndeploy
in class AbstractTomcatManagerDeployer
- Parameters:
deployable
- the Deployable
to undeploy
- Throws:
TomcatManagerException
- If TomcatManagerException error occured perfoming the command
IOException
- If I/O error occured getting the path of deployable- See Also:
AbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2012 Codehaus. All Rights Reserved.