org.apache.maven.plugin.ear
Class WsrModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.RarModule
org.apache.maven.plugin.ear.WsrModule
- All Implemented Interfaces:
- EarModule
public class WsrModule
- extends RarModule
The EarModule
implementation for a JBoss wsr module.
- Version:
- $Revision: 728546 $
- Author:
- Brad O'Hearne , $Author: bentmann $ (last edit)
Method Summary |
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 |
WsrModule
public WsrModule()
WsrModule
public WsrModule(Artifact a)
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 RarModule
- Returns:
- the artifact's type of the module
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.