@Component(role=Merger.class, hint="componentsXml") public class ComponentsXmlMerger extends AbstractMerger
| Constructor and Description |
|---|
ComponentsXmlMerger() |
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
merge(org.jdom2.Document dDocument,
org.jdom2.Document rDocument)
Merge with the recessive document.
|
mergeDescriptors, writeMergedDocumentpublic org.jdom2.Document merge(org.jdom2.Document dDocument,
org.jdom2.Document rDocument)
throws MergeException
MergerdDocument - the dominant document.rDocument - the recessive document.Document instance.MergeException - if there was an error in merge.Merger.merge(Document, Document)