Class PlexusRootElement

All Implemented Interfaces:
Mergeable

public class PlexusRootElement extends AbstractMergeableElement
  • Constructor Details

    • PlexusRootElement

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

    • 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
    • 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.