public class Jetty6xEmbeddedLocalDeployer extends AbstractJettyEmbeddedLocalDeployer
Constructor and Description |
---|
Jetty6xEmbeddedLocalDeployer(EmbeddedLocalContainer container) |
Modifier and Type | Method and Description |
---|---|
Object |
deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.
|
void |
redeploy(Deployable deployable) |
void |
start(Deployable deployable) |
void |
stop(Deployable deployable) |
void |
undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy.
|
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploy
getContainer, getFileHandler, setFileHandler
deploy, deploy
public Jetty6xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
public Object deployWebApp(Deployable deployable)
deployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the deployableAbstractJettyEmbeddedLocalDeployer.deployWebApp(org.codehaus.cargo.container.deployable.Deployable)
public void undeployWebApp(Deployable deployable)
undeployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the webapp to undeployAbstractJettyEmbeddedLocalDeployer.undeployWebApp(org.codehaus.cargo.container.deployable.Deployable)
public void redeploy(Deployable deployable)
redeploy
in interface Deployer
redeploy
in class AbstractDeployer
Deployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
public void start(Deployable deployable)
start
in interface Deployer
start
in class AbstractDeployer
Deployer.start(org.codehaus.cargo.container.deployable.Deployable)
public void stop(Deployable deployable)
stop
in interface Deployer
stop
in class AbstractDeployer
Deployer.stop(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2013 Codehaus. All Rights Reserved.