Package org.apache.maven.plugin.ear
Class EjbClientModule
- java.lang.Object
-
- org.apache.maven.plugin.ear.AbstractEarModule
-
- org.apache.maven.plugin.ear.JarModule
-
- org.apache.maven.plugin.ear.EjbClientModule
-
-
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 EjbClientModule()
Create an instance.EjbClientModule(org.apache.maven.artifact.Artifact a, java.lang.String defaultLibBundleDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
Returns the type associated to the module.-
Methods inherited from class org.apache.maven.plugin.ear.JarModule
appendModule, changeManifestClasspath, resolveArtifact
-
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule
areNullOrEqual, cleanBundleDir, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getOriginalBundleFileName, getUri, isExcluded, setEarExecutionContext, setUri, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
-
-