org.codehaus.cargo.container.tomcat.internal
Class AbstractTomcatRemoteDeployer
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.AbstractTomcatRemoteDeployer
- All Implemented Interfaces:
- Deployer, Loggable
- Direct Known Subclasses:
- Tomcat4xRemoteDeployer, Tomcat5xRemoteDeployer, Tomcat6xRemoteDeployer
public abstract class AbstractTomcatRemoteDeployer
- extends AbstractTomcatManagerDeployer
Common code to perform remote deployments using a Tomcat manager-based deployer.
- Version:
- $Id: AbstractTomcatRemoteDeployer.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 RemoteContainer container
- The remote container to deploy to.
AbstractTomcatRemoteDeployer
public AbstractTomcatRemoteDeployer(RemoteContainer 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()
Copyright © 2004-2012 Codehaus. All Rights Reserved.