EarWebModulepublic interface EarModule
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.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. | 
| java.lang.String | getPath() | The connector element specifies the URI of an archive file, relative to the top level of the application package. | 
| void | setAltDeployDescriptor(java.lang.String altDeployDescriptor) | |
| void | setPath(java.lang.String path) | |
| groovy.util.Node | toXmlNode(groovy.util.Node parentModule,
         java.lang.Object name) | Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null). | 
java.lang.String getPath()
void setPath(java.lang.String path)
java.lang.String getAltDeployDescriptor()
void setAltDeployDescriptor(java.lang.String altDeployDescriptor)
groovy.util.Node toXmlNode(groovy.util.Node parentModule,
                           java.lang.Object name)
parentModule - The parent <module> node to add this node to.name - The name of this node.