|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
Deployer to deploy to a Jetty 4.x (embedded) container.
Constructor Summary | |
Jetty4xEmbeddedLocalDeployer(org.codehaus.cargo.container.EmbeddedLocalContainer container)
{@inheritDoc} |
Method Summary | |
java.lang.Object |
deployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
Implement to perform the work of the deploy. |
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, redeploy, start, stop |
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 |
Constructor Detail |
public Jetty4xEmbeddedLocalDeployer(org.codehaus.cargo.container.EmbeddedLocalContainer container)
AbstractJettyEmbeddedLocalDeployer.AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer)
Method Detail |
public java.lang.Object deployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
deployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the deployable
Deployer.deploy(Deployable)
public void undeployWebApp(org.codehaus.cargo.container.deployable.Deployable deployable)
undeployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the webapp to undeployDeployer.undeploy(Deployable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |