org.apache.maven.plugin.ear
Class EjbModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.EjbModule
- All Implemented Interfaces:
- EarModule
- Direct Known Subclasses:
- Ejb3Module, ParModule
public class EjbModule
- extends AbstractEarModule
The EarModule
implementation for an EJB module.
- Version:
- $Id: EjbModule.java 992817 2010-09-05 16:32:58Z snicoll $
- Author:
- Stephane Nicoll
Field Summary |
protected static java.lang.String |
EJB_MODULE
|
Method Summary |
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version,
java.lang.Boolean generateId)
Appends the XML representation of this module. |
java.lang.String |
getType()
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EJB_MODULE
protected static final java.lang.String EJB_MODULE
- See Also:
- Constant Field Values
EjbModule
public EjbModule()
EjbModule
public EjbModule(org.apache.maven.artifact.Artifact a)
appendModule
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version,
java.lang.Boolean generateId)
- Description copied from interface:
EarModule
- Appends the XML representation of this module.
- Parameters:
writer
- the writer to useversion
- the version of the application.xml filegenerateId
- whether an id should be generated
getType
public java.lang.String getType()
- Description copied from interface:
EarModule
- Returns the type associated to the module.
- Returns:
- the artifact's type of the module
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.