public class AppClientModule extends AbstractEarModule
EarModule implementation for an application client module.ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack| Constructor and Description |
|---|
AppClientModule()
Create an instance.
|
AppClientModule(org.apache.maven.artifact.Artifact a) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version,
java.lang.Boolean generateId)
Appends the XML representation of this module.
|
java.lang.String |
getType()
Returns the type associated to the module.
|
areNullOrEqual, changeManifestClasspath, cleanBundleDir, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getOriginalBundleFileName, getUri, isExcluded, resolveArtifact, setEarExecutionContext, setUri, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptorpublic AppClientModule()
public AppClientModule(org.apache.maven.artifact.Artifact a)
a - Artifactpublic void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version,
java.lang.Boolean generateId)
writer - the writer to useversion - the version of the application.xml filegenerateId - whether an id should be generatedpublic java.lang.String getType()
EarModule