Class AbstractTomcatRemoteDeployer
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
-
- org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
-
- Direct Known Subclasses:
Tomcat4xRemoteDeployer
,Tomcat5xRemoteDeployer
public abstract class AbstractTomcatRemoteDeployer extends AbstractTomcatManagerDeployer
Common code to perform remote deployments using a Tomcat manager-based deployer.
-
-
Field Summary
Fields Modifier and Type Field Description protected RemoteContainer
container
The remote container to deploy to.-
Fields inherited from class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
managerContext
-
-
Constructor Summary
Constructors Constructor Description AbstractTomcatRemoteDeployer(RemoteContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Configuration
getConfiguration()
DeployerType
getType()
-
Methods inherited from class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
createManager, deploy, getPath, getTomcatManager, getVersion, list, performUndeploy, redeploy, redeploy, start, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, start, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Field Detail
-
container
protected RemoteContainer container
The remote container to deploy to.
-
-
Constructor Detail
-
AbstractTomcatRemoteDeployer
public AbstractTomcatRemoteDeployer(RemoteContainer container)
-
-
Method Detail
-
getConfiguration
protected Configuration getConfiguration()
- Specified by:
getConfiguration
in classAbstractTomcatManagerDeployer
- Returns:
- the configuration to use for deployment
-
getType
public DeployerType getType()
- Returns:
- the deployer's type (local, remote, etc)
-
-