|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
public abstract class AbstractTomcatManagerInstalledLocalDeployer
Common code to perform local deployments using a Tomcat manager-based deployer.
Field Summary | |
---|---|
protected LocalContainer |
container
The local container to deploy to. |
Constructor Summary | |
---|---|
AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container)
|
Method Summary | |
---|---|
protected Configuration |
getConfiguration()
|
protected void |
performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
Methods inherited from class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer |
---|
createManager, deploy, getPath, getTomcatManager, list, redeploy, start, stop, undeploy |
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer |
---|
getType |
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer |
---|
deploy, deploy |
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
---|
getLogger, setLogger |
Field Detail |
---|
protected LocalContainer container
Constructor Detail |
---|
public AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container)
AbstractTomcatManagerDeployer.AbstractTomcatManagerDeployer(org.codehaus.cargo.container.Container)
Method Detail |
---|
protected Configuration getConfiguration()
getConfiguration
in class AbstractTomcatManagerDeployer
AbstractTomcatManagerDeployer.getConfiguration()
protected void performUndeploy(Deployable deployable) throws TomcatManagerException, java.io.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 undeploy
TomcatManagerException
- If TomcatManagerException error occured perfoming the command
java.io.IOException
- If I/O error occured getting the path of deployableAbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |