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 746754 2009-02-22 16:21:05Z snicoll $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack
 
Constructor Summary
JavaModule()
          Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule() instead
JavaModule(Artifact a, String defaultLibBundleDir, Boolean includeInApplicationXml)
          Deprecated. use JarModule instead
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.ear.JarModule
appendModule, changeManifestClasspath, getType, resolveArtifact
 
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule
getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, setEarExecutionContext, shouldUnpack, startModuleElement, 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(Artifact a,
                  String defaultLibBundleDir,
                  Boolean includeInApplicationXml)
Deprecated. use JarModule instead



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.