- performUndeploy(Deployable) -
Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
- 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.
- performUndeploy(Deployable) -
Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
- 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.
- performUndeploy(Deployable) -
Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
- Performs undeployment of deployable.
- performUndeploy(Deployable) -
Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
- 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.