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.Jetty6xInstalledLocalDeployer
-
- 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 String
getContextsDir()
Specifies the directory for which thecontext.xml
for theDeployable
s should be copied to.-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty7x8xInstalledLocalDeployer
createContextXml
-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
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()
Description copied from class:Jetty6xInstalledLocalDeployer
Specifies the directory for which thecontext.xml
for theDeployable
s should be copied to. For Jetty this is thewebapps
directory.- Overrides:
getContextsDir
in classJetty6xInstalledLocalDeployer
- Returns:
- Deployable the directory to deploy the
context.xml
file to
-
-