org.codehaus.cargo.container.jetty
Class Jetty5xEmbeddedLocalDeployer
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.spi.deployer.AbstractEmbeddedLocalDeployer
org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
- All Implemented Interfaces:
- org.codehaus.cargo.container.deployer.Deployer, org.codehaus.cargo.util.log.Loggable
- public class Jetty5xEmbeddedLocalDeployer
- extends AbstractJettyEmbeddedLocalDeployer
Deploys webapps to a Jetty 5.x instance running embedded.
- Version:
- $Id: Jetty5xEmbeddedLocalDeployer.java 1160 2006-07-30 20:15:34Z vmassol $
Method Summary |
java.lang.Object |
deployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
Implement to perform the work of the deploy. |
void |
redeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
|
void |
start(org.codehaus.cargo.container.deployable.Deployable deployable)
|
void |
stop(org.codehaus.cargo.container.deployable.Deployable deployable)
|
void |
undeployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
Implement to perform the work of the undeploy. |
Methods inherited from class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer |
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploy |
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer |
getContainer, getFileHandler, setFileHandler |
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer |
deploy, deploy |
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
getLogger, setLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
getLogger, setLogger |
Jetty5xEmbeddedLocalDeployer
public Jetty5xEmbeddedLocalDeployer(org.codehaus.cargo.container.EmbeddedLocalContainer container)
- {@inheritDoc}
- See Also:
AbstractJettyEmbeddedLocalDeployer.AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer)
deployWebApp
public java.lang.Object deployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
- Implement to perform the work of the deploy.
- Specified by:
deployWebApp
in class AbstractJettyEmbeddedLocalDeployer
- Parameters:
deployable
- the deployable
- Returns:
- the webapp object that was deployed
- See Also:
AbstractJettyEmbeddedLocalDeployer.deployWebApp(org.codehaus.cargo.container.deployable.Deployable)
undeployWebApp
public void undeployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
- Implement to perform the work of the undeploy.
- Specified by:
undeployWebApp
in class AbstractJettyEmbeddedLocalDeployer
- Parameters:
deployable
- the webapp to undeploy- See Also:
AbstractJettyEmbeddedLocalDeployer.undeployWebApp(org.codehaus.cargo.container.deployable.Deployable)
redeploy
public void redeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
-
- See Also:
Deployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
start
public void start(org.codehaus.cargo.container.deployable.Deployable deployable)
-
- See Also:
Deployer.start(org.codehaus.cargo.container.deployable.Deployable)
stop
public void stop(org.codehaus.cargo.container.deployable.Deployable deployable)
-
- See Also:
Deployer.stop(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2008 Codehaus. All Rights Reserved.