Package | Description |
---|---|
org.codehaus.plexus.metadata.merge.support |
Modifier and Type | Field and 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 and Description |
---|---|
protected MergeStrategy |
AbstractMergeableSupport.getDefaultMergeStrategy()
Returns the default
MergeStrategy instance. |
Modifier and Type | Method and 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. |
Copyright © 2001–2023 Codehaus Plexus. All rights reserved.