org.apache.maven.plugin.ear
Class EjbClientModule

java.lang.Object
  extended byorg.apache.maven.plugin.ear.AbstractEarModule
      extended byorg.apache.maven.plugin.ear.JavaModule
          extended byorg.apache.maven.plugin.ear.EjbClientModule
All Implemented Interfaces:
EarModule

public class EjbClientModule
extends JavaModule

The EarModule implementation for an Ejb-client module.

Version:
$Id: EjbClientModule.java 332974 2005-11-13 12:42:44Z snicoll $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.JavaModule
JAVA_MODULE
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
bundleDir, bundleFileName, excluded, MODULE_ELEMENT
 
Constructor Summary
EjbClientModule()
           
EjbClientModule(org.apache.maven.artifact.Artifact a)
           
 
Method Summary
protected  java.lang.String getType()
          Returns the type associated to the module.
 
Methods inherited from class org.apache.maven.plugin.ear.JavaModule
appendModule, resolveArtifact
 
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule
getArtifact, getArtifactId, getBundleDir, getBundleFileName, getGroupId, getUri, isExcluded, toString
 
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(org.apache.maven.artifact.Artifact a)
Method Detail

getType

protected java.lang.String getType()
Description copied from class: AbstractEarModule
Returns the type associated to the module.

Overrides:
getType in class JavaModule


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.