org.apache.maven.plugin.ear
Class JavaModule

java.lang.Object
  extended by org.apache.maven.plugin.ear.AbstractEarModule
      extended by org.apache.maven.plugin.ear.JarModule
          extended by org.apache.maven.plugin.ear.JavaModule
All Implemented Interfaces:
EarModule

Deprecated. the name JavaModule is really confusing since it targets a third party library, use JarModule instead

public class JavaModule
extends JarModule

The original EarModule implementation of a third party library.

Version:
$Id: JavaModule.java 485857 2006-12-11 20:34:39Z snicoll $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
 
Constructor Summary
JavaModule()
          Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule() instead
JavaModule(org.apache.maven.artifact.Artifact a, java.lang.String defaultLibBundleDir)
          Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule(org.apache.maven.artifact.Artifact,String)} instead
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.ear.JarModule
appendModule, getType, resolveArtifact
 
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule
getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getUri, isExcluded, shouldUnpack, toString, writeAltDeploymentDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaModule

public JavaModule()
Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule() instead


JavaModule

public JavaModule(org.apache.maven.artifact.Artifact a,
                  java.lang.String defaultLibBundleDir)
Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule(org.apache.maven.artifact.Artifact,String)} instead



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