Class Jetty9x10x11xInstalledLocalDeployer
- 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.AbstractInstalledLocalDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty6x7x8xInstalledLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty7x8xInstalledLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty9x10x11xInstalledLocalDeployer
-
- Direct Known Subclasses:
Jetty12xInstalledLocalDeployer
public class Jetty9x10x11xInstalledLocalDeployer extends Jetty7x8xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 9.x, 10.x and 11.x installed instance.
-
-
Constructor Summary
Constructors Constructor Description Jetty9x10x11xInstalledLocalDeployer(LocalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextsDir()Specifies the directory for which thecontext.xmlfor theDeployables should be copied to.-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty7x8xInstalledLocalDeployer
createContextXml
-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty6x7x8xInstalledLocalDeployer
doDeploy, getContextFilename, getDeployableDir, getExtraClasspathXmlFragment, getSharedClasspathXmlFragment
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
canBeDeployed, deploy, getDeployableName, setShouldDeployExpanded, shouldDeployExpanded
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
getType
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
getContainer, getFileHandler
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
Jetty9x10x11xInstalledLocalDeployer
public Jetty9x10x11xInstalledLocalDeployer(LocalContainer container)
-
-
Method Detail
-
getContextsDir
public String getContextsDir()
Specifies the directory for which thecontext.xmlfor theDeployables should be copied to. For Jetty this is thecontextsdirectory.. We override the base implementation because for For Jetty 9.x onwards this is thewebappsdirectory.- Overrides:
getContextsDirin classJetty6x7x8xInstalledLocalDeployer- Returns:
- Deployable the directory to deploy the
context.xmlfile to
-
-