Interface EarWebModule
- All Superinterfaces:
- EarModule
A module element in a deployment descriptor like application.xml that has a web child element.
- 
Method SummaryModifier and TypeMethodDescriptionThe context-root element specifies the context root of a web application.voidsetContextRoot(String contextRoot) Methods inherited from interface org.gradle.plugins.ear.descriptor.EarModulegetAltDeployDescriptor, getPath, setAltDeployDescriptor, setPath, toXmlNode
- 
Method Details- 
getContextRootString getContextRoot()The context-root element specifies the context root of a web application.
- 
setContextRoot
 
-