toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.plugins.ear.descriptor
/
EarWebModule
Ear
Web
Module
API
interface
EarWebModule
:
EarModule
(
source
)
A module element in a deployment descriptor like application.xml that has a web child element.
Members
Functions
get
Alt
Deploy
Descriptor
Link copied to clipboard
API
abstract
fun
getAltDeployDescriptor
(
)
:
String
get
Context
Root
Link copied to clipboard
API
abstract
fun
getContextRoot
(
)
:
String
The context-root element specifies the context root of a web application.
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
set
Alt
Deploy
Descriptor
Link copied to clipboard
API
abstract
fun
setAltDeployDescriptor
(
altDeployDescriptor
:
String
)
set
Context
Root
Link copied to clipboard
API
abstract
fun
setContextRoot
(
contextRoot
:
String
)
set
Path
Link copied to clipboard
API
abstract
fun
setPath
(
path
:
String
)
to
Xml
Node
Link copied to clipboard
API
abstract
fun
toXmlNode
(
parentModule
:
Node
,
name
:
Any
)
:
Node