public class PlexusXmlMerger extends AbstractMerger
| Constructor and Description |
|---|
PlexusXmlMerger() |
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Document |
merge(org.jdom.Document dDocument,
org.jdom.Document rDocument)
Merge with the recessive document.
|
writeMergedDocumentpublic org.jdom.Document merge(org.jdom.Document dDocument,
org.jdom.Document rDocument)
throws MergeException
MergerdDocument - the dominant document.rDocument - the recessive document.Document instance.MergeException - if there was an error in merge.Merger.merge(org.jdom.Document, org.jdom.Document)Copyright © 2001-2016 Codehaus. All Rights Reserved.