Class JBossXmlTag


  • public class JBossXmlTag
    extends DescriptorTag
    Defines the JBoss XML tags.
    • Constructor Detail

      • JBossXmlTag

        protected JBossXmlTag​(DescriptorType type,
                              String tagName,
                              boolean isMultipleAllowed)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element
        isMultipleAllowed - Whether the element may occur multiple times in the descriptor
      • JBossXmlTag

        protected JBossXmlTag​(DescriptorType type,
                              String tagName)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element