Class Jetty12xInstalledLocalDeployer
- 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
-
- org.codehaus.cargo.container.jetty.Jetty12xInstalledLocalDeployer
-
public class Jetty12xInstalledLocalDeployer extends Jetty9x10x11xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 12.x installed instance.
-
-
Constructor Summary
Constructors Constructor Description Jetty12xInstalledLocalDeployer(LocalContainer container)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createContextXml(WAR war)
Creates the contents of the context file.static String
getJettyResourceClassname(String jettyVersion, String eeVersion)
Returns the Jetty resource class name given the Jetty version.-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty9x10x11xInstalledLocalDeployer
getContextsDir
-
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
-
Jetty12xInstalledLocalDeployer
public Jetty12xInstalledLocalDeployer(LocalContainer container)
-
-
Method Detail
-
createContextXml
protected String createContextXml(WAR war)
Description copied from class:Jetty6xInstalledLocalDeployer
Creates the contents of the context file.- Overrides:
createContextXml
in classJetty7x8xInstalledLocalDeployer
- Parameters:
war
- The WAR being deployed, must not benull
.- Returns:
- The contents of the context file, never
null
.
-
-