Package | Description |
---|---|
org.codehaus.plexus.cdc.merge.support |
Modifier and Type | Class and 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 |
Modifier and Type | Method and Description |
---|---|
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.isRecessiveElementInConflict(AbstractMergeableElement re,
String eltName)
Deprecated.
|
protected boolean |
AbstractMergeableElement.mergeableElementComesFromRecessive(AbstractMergeableElement re,
String eltName)
Determines if the Element to be merged is to be sourced from Recessive
Element set.
|
Copyright © 2001-2012 Codehaus. All Rights Reserved.