org.apache.maven.plugin.ear
Class EjbClientModule

java.lang.Object
  extended by org.apache.maven.plugin.ear.AbstractEarModule
      extended by org.apache.maven.plugin.ear.JarModule
          extended by org.apache.maven.plugin.ear.EjbClientModule
All Implemented Interfaces:
EarModule

public class EjbClientModule
extends JarModule

The EarModule implementation for an ejb client module.

Version:
$Id: EjbClientModule.java 776216 2009-05-19 07:12:32Z aheritier $
Author:
Stephane Nicoll

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
EjbClientModule()
           
EjbClientModule(Artifact a, String defaultLibBundleDir)
           
 
Method Summary
 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
getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbClientModule

public EjbClientModule()

EjbClientModule

public EjbClientModule(Artifact a,
                       String defaultLibBundleDir)
Method Detail

getType

public String getType()
Description copied from interface: EarModule
Returns the type associated to the module.

Specified by:
getType in interface EarModule
Overrides:
getType in class JarModule
Returns:
the artifact's type of the module


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.