Package org.apache.maven.plugins.ear
Class ParModule
java.lang.Object
org.apache.maven.plugins.ear.AbstractEarModule
org.apache.maven.plugins.ear.EjbModule
org.apache.maven.plugins.ear.ParModule
- All Implemented Interfaces:
EarModule
The
EarModule implementation for a Par module.- Author:
- Stephane Nicoll
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault type of the artifact of a Par 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
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.ear.EjbModule
appendModuleMethods inherited from class org.apache.maven.plugins.ear.AbstractEarModule
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getType, getUri, isClassPathItem, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
-
Field Details
-
DEFAULT_ARTIFACT_TYPE
Default type of the artifact of a Par module.- See Also:
-
-
Constructor Details
-
ParModule
public ParModule()Create an instance. -
ParModule
public ParModule(org.apache.maven.artifact.Artifact a) - Parameters:
a-Artifact
-