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() |
AppClientModule(org.apache.maven.artifact.Artifact a) |
Modifier and Type | Method and Description |
---|---|
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
String version,
Boolean generateId)
Appends the XML representation of this module.
|
String |
getType()
Returns the type associated to the module.
|
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
public AppClientModule()
public AppClientModule(org.apache.maven.artifact.Artifact a)
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, String version, Boolean generateId)
EarModule
writer
- the writer to useversion
- the version of the application.xml filegenerateId
- whether an id should be generatedCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.