@Component(role=Merger.class, hint="plexusXml") public class PlexusXmlMerger extends AbstractMerger
Constructor and Description |
---|
PlexusXmlMerger() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
merge(org.jdom2.Document dDocument,
org.jdom2.Document rDocument)
Merge with the recessive document.
|
mergeDescriptors, writeMergedDocument
public org.jdom2.Document merge(org.jdom2.Document dDocument, org.jdom2.Document rDocument) throws MergeException
dDocument
- the dominant document.rDocument
- the recessive document.Document
instance.MergeException
- if there was an error in merge.Copyright © 2001–2021 Codehaus Plexus. All rights reserved.