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: $
Author:
Brad O'Hearne , $Author: brado $ (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
bundleDir, bundleFileName, excluded, MODULE_ELEMENT
 
Constructor Summary
WsrModule()
           
WsrModule(org.apache.maven.artifact.Artifact a)
           
 
Method Summary
protected  java.lang.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
getArtifact, getArtifactId, getBundleDir, getBundleFileName, getGroupId, getUri, isExcluded, resolveArtifact, toString
 
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(org.apache.maven.artifact.Artifact a)
Method Detail

getType

protected java.lang.String getType()
Description copied from class: AbstractEarModule
Returns the type associated to the module.

Overrides:
getType in class RarModule
Returns:
the artifact's type of the module


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.