Class JavaModule

  • All Implemented Interfaces:
    EarModule

    public class JavaModule
    extends JarModule
    Deprecated.
    the name JavaModule is really confusing since it targets a third party library, use JarModule instead
    The original EarModule implementation of a third party library.
    Version:
    $Id: JavaModule.java 1645331 2014-12-13 17:31:09Z khmarbaise $
    • Constructor Detail

      • JavaModule

        public JavaModule()
        Deprecated.
        use #JarModule instead
      • JavaModule

        public JavaModule​(org.apache.maven.artifact.Artifact a,
                          java.lang.String defaultLibBundleDir,
                          java.lang.Boolean includeInApplicationXml)
        Deprecated.
        use JarModule instead
        Parameters:
        a - Artifact
        defaultLibBundleDir - The default library bundle directory.
        includeInApplicationXml - Include the application xml or not.