org.codehaus.cargo.container.tomcat
Class Tomcat5xEmbeddedLocalDeployer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
- All Implemented Interfaces:
- Deployer, Loggable
public class Tomcat5xEmbeddedLocalDeployer
- extends AbstractLocalDeployer
Deployer
for deploying to
embedded Tomcat container
.
- Version:
- $Id: Tomcat5xEmbeddedLocalDeployer.java 1728 2008-09-23 21:03:29Z mwringe $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tomcat5xEmbeddedLocalDeployer
public Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
- Creates a new deployer for
Tomcat5xEmbeddedLocalContainer
.
- Parameters:
container
- The container to which this deployer will work. This parameter is typed
as EmbeddedLocalContainer
due to the Cargo generic API requirement, but it
has to be a Tomcat5xEmbeddedLocalContainer
.
deploy
public void deploy(Deployable deployable)
-
- Specified by:
deploy
in interface Deployer
- Overrides:
deploy
in class AbstractDeployer
- See Also:
AbstractDeployer.deploy(org.codehaus.cargo.container.deployable.Deployable)
undeploy
public void undeploy(Deployable deployable)
-
- Specified by:
undeploy
in interface Deployer
- Overrides:
undeploy
in class AbstractDeployer
- See Also:
AbstractDeployer.undeploy(org.codehaus.cargo.container.deployable.Deployable)
redeploy
public void redeploy(Deployable deployable)
-
- Specified by:
redeploy
in interface Deployer
- Overrides:
redeploy
in class AbstractDeployer
- See Also:
AbstractDeployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
start
public void start(Deployable deployable)
-
- Specified by:
start
in interface Deployer
- Overrides:
start
in class AbstractDeployer
- See Also:
AbstractDeployer.start(org.codehaus.cargo.container.deployable.Deployable)
stop
public void stop(Deployable deployable)
-
- Specified by:
stop
in interface Deployer
- Overrides:
stop
in class AbstractDeployer
- See Also:
AbstractDeployer.stop(org.codehaus.cargo.container.deployable.Deployable)
getType
public DeployerType getType()
-
- See Also:
Deployer.getType()
Copyright © 2004-2011 Codehaus. All Rights Reserved.