Package | Description |
---|---|
org.codehaus.plexus.metadata.merge.support |
Modifier and Type | Field | Description |
---|---|---|
static MergeStrategy |
MergeStrategies.DEEP |
MergeStrategy implementation wherein the elements are merged
down to the deepest available Mergeable instance in the DOM tree. |
static MergeStrategy |
MergeStrategies.SHALLOW |
MergeStrategy implementation wherein only the element on
which the merge operation is called is 'merged'. |
Modifier and Type | Method | Description |
---|---|---|
protected MergeStrategy |
AbstractMergeableSupport.getDefaultMergeStrategy() |
Returns the default
MergeStrategy instance. |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractMergeableElement.merge(Mergeable me,
MergeStrategy strategy) |
Simply delegate to
|
void |
Mergeable.merge(Mergeable me,
MergeStrategy strategy) |
Applies the passed in
MergeStrategy to merge two Mergeable instance. |