|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface EarModule
A module element in a deployment descriptor like application.xml.
Method Summary | |
---|---|
String
|
getAltDeployDescriptor()
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module. |
String
|
getPath()
The connector element specifies the URI of an archive file, relative to the top level of the application package. |
void
|
setAltDeployDescriptor(String altDeployDescriptor)
|
void
|
setPath(String path)
|
Node
|
toXmlNode(Node parentModule, Object name)
Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null). |
Method Detail |
---|
public String getAltDeployDescriptor()
public String getPath()
public void setAltDeployDescriptor(String altDeployDescriptor)
public void setPath(String path)
public Node toXmlNode(Node parentModule, Object name)
parentModule
- The parent <module> node to add this node to.name
- The name of this node.
Gradle API 1.12