org.apache.maven.plugin.ear
Class SarModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.SarModule
- All Implemented Interfaces:
- EarModule
public class SarModule
- extends AbstractEarModule
The EarModule
implementation for a JBoss sar module.
- Version:
- $Revision: 359694 $
- Author:
- Stephane Nicoll , $Author: brett $ (last edit)
Field Summary |
protected static java.lang.String |
SAR_MODULE
|
Method Summary |
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version)
Appends the XML representation of this module. |
protected java.lang.String |
getType()
Returns the type associated to the module. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SAR_MODULE
protected static final java.lang.String SAR_MODULE
- See Also:
- Constant Field Values
SarModule
public SarModule()
SarModule
public SarModule(org.apache.maven.artifact.Artifact a)
appendModule
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version)
- Description copied from interface:
EarModule
- Appends the XML representation of this module.
- Parameters:
writer
- the writer to useversion
- the version of the application.xml file
getType
protected java.lang.String getType()
- Description copied from class:
AbstractEarModule
- Returns the type associated to the module.
- Specified by:
getType
in class AbstractEarModule
- Returns:
- the artifact's type of the module
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.