org.codehaus.cargo.container.jetty
Class Jetty4xEmbeddedLocalDeployer
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.Jetty4xEmbeddedLocalDeployer
- All Implemented Interfaces:
- Deployer, Loggable
public class Jetty4xEmbeddedLocalDeployer
- extends AbstractJettyEmbeddedLocalDeployer
Deployer to deploy to a Jetty 4.x (embedded) container.
- Version:
- $Id: Jetty4xEmbeddedLocalDeployer.java 1705 2008-09-02 13:14:55Z adriana $
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jetty4xEmbeddedLocalDeployer
public Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
-
- See Also:
AbstractJettyEmbeddedLocalDeployer.AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer)
deployWebApp
public Object deployWebApp(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:
Deployer.deploy(Deployable)
undeployWebApp
public void undeployWebApp(Deployable deployable)
- Implement to perform the work of the undeploy.
- Specified by:
undeployWebApp
in class AbstractJettyEmbeddedLocalDeployer
- Parameters:
deployable
- the webapp to undeploy- See Also:
Deployer.undeploy(Deployable)
Copyright © 2004-2012 Codehaus. All Rights Reserved.