public class Tomcat5xEmbeddedLocalDeployer extends AbstractLocalDeployer
Deployer
for deploying to
embedded Tomcat container
.Constructor and Description |
---|
Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
Creates a new deployer for
Tomcat5xEmbeddedLocalContainer . |
Modifier and Type | Method and Description |
---|---|
void |
deploy(Deployable deployable) |
DeployerType |
getType() |
void |
redeploy(Deployable deployable) |
void |
start(Deployable deployable) |
void |
stop(Deployable deployable) |
void |
undeploy(Deployable deployable) |
getContainer, getFileHandler, setFileHandler
deploy, deploy
public Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
Tomcat5xEmbeddedLocalContainer
.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
.public void deploy(Deployable deployable)
deploy
in interface Deployer
deploy
in class AbstractDeployer
AbstractDeployer.deploy(org.codehaus.cargo.container.deployable.Deployable)
public void undeploy(Deployable deployable)
undeploy
in interface Deployer
undeploy
in class AbstractDeployer
AbstractDeployer.undeploy(org.codehaus.cargo.container.deployable.Deployable)
public void redeploy(Deployable deployable)
redeploy
in interface Deployer
redeploy
in class AbstractDeployer
AbstractDeployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
public void start(Deployable deployable)
start
in interface Deployer
start
in class AbstractDeployer
AbstractDeployer.start(org.codehaus.cargo.container.deployable.Deployable)
public void stop(Deployable deployable)
stop
in interface Deployer
stop
in class AbstractDeployer
AbstractDeployer.stop(org.codehaus.cargo.container.deployable.Deployable)
public DeployerType getType()
Deployer.getType()
Copyright © 2004-2013 Codehaus. All Rights Reserved.