Package org.apache.maven.plugins.ear
Class EjbClientModule
java.lang.Object
org.apache.maven.plugins.ear.AbstractEarModule
org.apache.maven.plugins.ear.JarModule
org.apache.maven.plugins.ear.EjbClientModule
- All Implemented Interfaces:
EarModule
The
EarModule
implementation for an ejb client module.- Author:
- Stephane Nicoll
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Default type of the artifact of an ejb client module.Fields inherited from class org.apache.maven.plugins.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, classPathItem, earExecutionContext, excluded, JAVA_MODULE, libDirectory, MODULE_ELEMENT, type, unpack
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance.EjbClientModule
(org.apache.maven.artifact.Artifact a, String defaultLibBundleDir) -
Method Summary
Methods inherited from class org.apache.maven.plugins.ear.JarModule
appendModule, changeManifestClasspath, resolveArtifact
Methods inherited from class org.apache.maven.plugins.ear.AbstractEarModule
getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getType, getUri, isClassPathItem, isExcluded, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
-
Field Details
-
DEFAULT_ARTIFACT_TYPE
Default type of the artifact of an ejb client module.- See Also:
-
-
Constructor Details
-
EjbClientModule
public EjbClientModule()Create an instance. -
EjbClientModule
- Parameters:
a
-Artifact
defaultLibBundleDir
- The default lib bundle directory.
-