Uses of Class
org.codehaus.plexus.metadata.merge.support.AbstractMergeableElement

Packages that use AbstractMergeableElement
org.codehaus.plexus.metadata.merge.support   
 

Uses of AbstractMergeableElement in org.codehaus.plexus.metadata.merge.support
 

Subclasses of AbstractMergeableElement in org.codehaus.plexus.metadata.merge.support
 class AbstractMergeableElementList
          Base class that allows for handling merging two element lists.
 class ComponentElement
           
 class ComponentsElement
           
 class ComponentSetElement
           
 class ConfigurationElement
          TODO Implement merge for this.
 class PlexusRootElement
           
 class RequirementElement
           
 class RequirementsElement
           
 

Methods in org.codehaus.plexus.metadata.merge.support with parameters of type AbstractMergeableElement
protected  boolean AbstractMergeableElement.isRecessiveElementInConflict(AbstractMergeableElement re, java.util.List eltNameList)
          Detects if there was a conflict, that is the specified element was present in both dominant and recessive element-sets.
protected  boolean AbstractMergeableElement.isRecessiveElementInConflict(AbstractMergeableElement re, java.lang.String eltName)
          Deprecated. use isRecessiveElementInConflict(AbstractMergeableElement,List) instead.
protected  boolean AbstractMergeableElement.mergeableElementComesFromRecessive(AbstractMergeableElement re, java.lang.String eltName)
          Determines if the Element to be merged is to be sourced from Recessive Element set.
 



Copyright © 2010. All Rights Reserved.