org.apache.maven.plugin.ear
Class Ejb3Module

java.lang.Object
  extended by org.apache.maven.plugin.ear.AbstractEarModule
      extended by org.apache.maven.plugin.ear.EjbModule
          extended by 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)

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.EjbModule
EJB_MODULE
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
 
Constructor Summary
Ejb3Module()
          Deprecated.  
Ejb3Module(Artifact a)
          Deprecated.  
 
Method Summary
 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
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ejb3Module

public Ejb3Module()
Deprecated. 

Ejb3Module

public Ejb3Module(Artifact a)
Deprecated. 
Method Detail

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.