Uses of Class
org.codehaus.plexus.metadata.merge.support.AbstractMergeableElement
-
Packages that use AbstractMergeableElement Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description protected boolean
AbstractMergeableElement. isRecessiveElementInConflict(AbstractMergeableElement re, String eltName)
Deprecated.protected boolean
AbstractMergeableElement. isRecessiveElementInConflict(AbstractMergeableElement re, 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. mergeableElementComesFromRecessive(AbstractMergeableElement re, String eltName)
Determines if the Element to be merged is to be sourced from Recessive Element set.
-