Interface JbossEarModule

  • All Known Implementing Classes:
    HarModule, SarModule

    public interface JbossEarModule
    Represents a JBoss specific ear module.
    Version:
    $Id: JbossEarModule.java 1542511 2013-11-16 13:33:56Z rfscholte $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void appendJbossModule​(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String version)
      Appends the XML representation of this module for the jboss-app.xml file.
    • Method Detail

      • appendJbossModule

        void appendJbossModule​(org.codehaus.plexus.util.xml.XMLWriter writer,
                               java.lang.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