public class AppClientModule extends AbstractEarModule
EarModule
implementation for an application client module.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ARTIFACT_TYPE
Default type of the artifact of an application client module.
|
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, classPathItem, earExecutionContext, excluded, JAVA_MODULE, libDirectory, MODULE_ELEMENT, type, 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,
String version,
Boolean generateId)
Appends the
XML representation of this module. |
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getType, getUri, isClassPathItem, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
public static final String DEFAULT_ARTIFACT_TYPE
public AppClientModule()
public AppClientModule(org.apache.maven.artifact.Artifact a)
a
- Artifact
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, String version, Boolean generateId)
XML
representation of this module.writer
- the writer to useversion
- the version of the application.xml
filegenerateId
- whether an id should be generatedCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.