Interface JbossEarModule

All Known Implementing Classes:
HarModule, SarModule

public interface JbossEarModule
Represents a JBoss specific ear module.
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendJbossModule(org.codehaus.plexus.util.xml.XMLWriter writer, String version)
    Appends the XML representation of this module for the jboss-app.xml file.
  • Method Details

    • appendJbossModule

      void appendJbossModule(org.codehaus.plexus.util.xml.XMLWriter writer, String version)
      Appends the XML representation of this module for the jboss-app.xml file.
      Parameters:
      writer - the writer to use
      version - the version of the jboss-app.xml file