Class ConfigurationElement

All Implemented Interfaces:
Mergeable

public class ConfigurationElement extends AbstractMergeableElement
TODO Implement merge for this.
Author:
Rahul Thakur
  • Constructor Details

    • ConfigurationElement

      public ConfigurationElement(org.jdom2.Element element)
  • Method Details

    • isExpectedElementType

      protected boolean isExpectedElementType(Mergeable me)
      Description copied from class: AbstractMergeableSupport
      Determines if the passed in Mergeable was of same type as this class.
      Specified by:
      isExpectedElementType in class AbstractMergeableSupport
      Parameters:
      me - Mergeable instance to test.
      Returns:
      true if the passed in Mergeable can be merged with the current Mergeable.
    • getAllowedTags

      public DescriptorTag[] getAllowedTags()
      Description copied from interface: Mergeable
      Returns an array of tags/elements that are allowed under the current element.
      Returns:
      the allowedTags