org.apache.maven.plugin.ear
Class WsrModule

java.lang.Object
  extended by org.apache.maven.plugin.ear.AbstractEarModule
      extended by org.apache.maven.plugin.ear.RarModule
          extended by 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)

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.RarModule
RAR_MODULE
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
 
Constructor Summary
WsrModule()
           
WsrModule(Artifact a)
           
 
Method Summary
 String getType()
          Returns the type associated to the module.
 
Methods inherited from class org.apache.maven.plugin.ear.RarModule
appendModule
 
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
 

Constructor Detail

WsrModule

public WsrModule()

WsrModule

public WsrModule(Artifact a)
Method Detail

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.