public abstract class AbstractTomcatManagerInstalledLocalDeployer extends AbstractTomcatManagerDeployer
Modifier and Type | Field and Description |
---|---|
protected LocalContainer |
container
The local container to deploy to.
|
Constructor and Description |
---|
AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
getConfiguration() |
protected void |
performUndeploy(Deployable deployable)
Performs undeployment of deployable.
|
createManager, deploy, getPath, getTomcatManager, list, redeploy, start, stop, undeploy
getType
deploy, deploy, undeploy
protected LocalContainer container
public AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container)
protected Configuration getConfiguration()
getConfiguration
in class AbstractTomcatManagerDeployer
AbstractTomcatManagerDeployer.getConfiguration()
protected void performUndeploy(Deployable deployable) throws TomcatManagerException, IOException
Note: This is done differently by the different versions of Tomcat which is why we're using an Abstract method here.
performUndeploy
in class AbstractTomcatManagerDeployer
deployable
- the Deployable
to undeployTomcatManagerException
- If TomcatManagerException error occured perfoming the commandIOException
- If I/O error occured getting the path of deployableAbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2013 Codehaus. All Rights Reserved.