Class AppClientModule

java.lang.Object
org.apache.maven.plugins.ear.AbstractEarModule
org.apache.maven.plugins.ear.AppClientModule
All Implemented Interfaces:
EarModule

public class AppClientModule extends AbstractEarModule
The EarModule implementation for an application client module.
Author:
Stephane Nicoll
  • Field Details

    • DEFAULT_ARTIFACT_TYPE

      public static final String DEFAULT_ARTIFACT_TYPE
      Default type of the artifact of an application client module.
      See Also:
  • Constructor Details

    • AppClientModule

      public AppClientModule()
      Create an instance.
    • AppClientModule

      public AppClientModule(org.apache.maven.artifact.Artifact a)
      Parameters:
      a - Artifact
  • Method Details

    • appendModule

      public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, String version, Boolean generateId)
      Appends the XML representation of this module.
      Parameters:
      writer - the writer to use
      version - the version of the application.xml file
      generateId - whether an id should be generated