org.apache.maven.plugin.ear
Class EjbClientModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.JarModule
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
Method Summary |
String |
getType()
Returns the type associated to the module. |
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 |
EjbClientModule
public EjbClientModule()
EjbClientModule
public EjbClientModule(Artifact a,
String defaultLibBundleDir)
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.