gradle
Toggle table of contents
9.6.0-20260420115815+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.ear.descriptor
/
EarModule
Ear
Module
API
interface
EarModule
(
source
)
A module element in a deployment descriptor like application.xml.
Inheritors
EarWebModule
Members
Functions
get
Alt
Deploy
Descriptor
Link copied to clipboard
API
abstract
fun
getAltDeployDescriptor
(
)
:
Property
<
String
>
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
Property
<
String
>
The connector element specifies the URI of an archive file, relative to the top level of the application package.
to
Xml
Node
Link copied to clipboard
API
abstract
fun
toXmlNode
(
parentModule
:
Node
,
name
:
Any
)
:
Node
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).