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
- All Implemented Interfaces:
- EarModule
Deprecated. ejb v3 is now properly handled by the standard
ejb packaging type. use EjbModule
instead
public class Ejb3Module
- extends EjbModule
The EarModule
implementation for an Ejb3 module.
- Version:
- $Revision: 992370 $
- Author:
- Stephane Nicoll , $Author: snicoll $ (last edit)
Method Summary |
String |
getType()
Deprecated. Returns the type associated to the module. |
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule |
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor |
Ejb3Module
public Ejb3Module()
- Deprecated.
Ejb3Module
public Ejb3Module(Artifact a)
- Deprecated.
getType
public String getType()
- Deprecated.
- Description copied from interface:
EarModule
- Returns the type associated to the module.
- Specified by:
getType
in interface EarModule
- Overrides:
getType
in class EjbModule
- Returns:
- the artifact's type of the module
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.