Class ModuleMetaData

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jboss.metadata.javaee.support.IdMetaData, org.jboss.metadata.javaee.support.MappableMetaData

    public class ModuleMetaData
    extends org.jboss.metadata.javaee.support.NamedMetaData
    Application module metadata
    Version:
    $Revision: 84989 $
    Author:
    Scott.Stark@jboss.org
    See Also:
    Serialized Form
    • Constructor Detail

      • ModuleMetaData

        public ModuleMetaData()
    • Method Detail

      • getAlternativeDD

        public String getAlternativeDD()
      • setAlternativeDD

        public void setAlternativeDD​(String altDD)
      • getFileName

        public String getFileName()
      • getUniqueName

        public String getUniqueName()
        Gets the unique name for this module, as assigned by a deployer in accordance with the EE 6 spec, Section EE.8.1.1. This value is not intended to be set via any deployment descriptor. See also https://jira.jboss.org/jira/browse/JBAS-7644
        Returns:
        the unique name of this module, distinct from the name of any other module associated with the same application, or null if the deployment processing logic has not assigned a unique name.
      • setUniqueName

        public void setUniqueName​(String uniqueName)
        Sets the unique name for this module, as assigned by a deployer in accordance with the EE 6 spec, Section EE.8.1.1. This value is not intended to be set via any deployment descriptor. See also https://jira.jboss.org/jira/browse/JBAS-7644

        param uniqueName the unique name of this module, distinct from the name of any other module associated with the same application