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 SummaryConstructors Constructor Description Jetty9x10x11xInstalledLocalDeployer(LocalContainer container)
 - 
Method SummaryAll 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.Jetty7x8xInstalledLocalDeployercreateContextXml
 - 
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty6x7x8xInstalledLocalDeployerdoDeploy, getContextFilename, getDeployableDir, getExtraClasspathXmlFragment, getSharedClasspathXmlFragment
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployercanBeDeployed, deploy, getDeployableName, setShouldDeployExpanded, shouldDeployExpanded
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployergetType
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployergetContainer, getFileHandler
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployerdeploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy, undeploy
 - 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObjectgetLogger, setLogger
 
- 
 
- 
- 
- 
Constructor Detail- 
Jetty9x10x11xInstalledLocalDeployerpublic Jetty9x10x11xInstalledLocalDeployer(LocalContainer container) 
 
- 
 - 
Method Detail- 
getContextsDirpublic 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 class- Jetty6x7x8xInstalledLocalDeployer
- Returns:
- Deployable the directory to deploy the context.xmlfile to
 
 
- 
 
-