toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
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
(
)
:
String
The connector element specifies the URI of an archive file, relative to the top level of the application package.
set
Alt
Deploy
Descriptor
Link copied to clipboard
API
abstract
fun
setAltDeployDescriptor
(
altDeployDescriptor
:
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
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).