Package org.apache.maven.plugin.ear
Class Ejb3Module
- java.lang.Object
-
- org.apache.maven.plugin.ear.AbstractEarModule
-
- org.apache.maven.plugin.ear.EjbModule
-
- org.apache.maven.plugin.ear.Ejb3Module
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
-
-
Constructor Summary
Constructors Constructor Description Ejb3Module()
Deprecated.Create an instance.Ejb3Module(org.apache.maven.artifact.Artifact a)
Deprecated.Create an instance with artifact.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getType()
Deprecated.Returns the type associated to the module.-
Methods inherited from class org.apache.maven.plugin.ear.EjbModule
appendModule
-
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
-
-