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.
|
writeMergedDocument
public org.jdom.Document merge(org.jdom.Document dDocument, org.jdom.Document rDocument) throws MergeException
Merger
dDocument
- 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-2013 Codehaus. All Rights Reserved.