Package org.apache.maven.plugin.ear
Class EjbModule
- java.lang.Object
-
- org.apache.maven.plugin.ear.AbstractEarModule
-
- org.apache.maven.plugin.ear.EjbModule
-
- All Implemented Interfaces:
EarModule
- Direct Known Subclasses:
Ejb3Module
,ParModule
public class EjbModule extends AbstractEarModule
TheEarModule
implementation for an EJB module.- Version:
- $Id: EjbModule.java 1645331 2014-12-13 17:31:09Z khmarbaise $
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
EJB_MODULE
-
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule
areNullOrEqual, changeManifestClasspath, cleanBundleDir, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getOriginalBundleFileName, getUri, isExcluded, resolveArtifact, setEarExecutionContext, setUri, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
-
-
-
-
Field Detail
-
EJB_MODULE
private static final java.lang.String EJB_MODULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
appendModule
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String version, java.lang.Boolean generateId)
Appends the XML representation of this module.- Parameters:
writer
- the writer to useversion
- the version of the application.xml filegenerateId
- whether an id should be generated
-
getType
public java.lang.String getType()
Returns the type associated to the module.- Returns:
- the artifact's type of the module
-
-