public class EjbModule extends AbstractEarModule
EarModule implementation for an EJB module.| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
EJB_MODULE |
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack| Constructor and Description |
|---|
EjbModule()
Create an instance.
|
EjbModule(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, writeAltDeploymentDescriptorprivate static final java.lang.String EJB_MODULE
public EjbModule()
public EjbModule(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()