@Component(role=Merger.class, hint="componentsXml") public class ComponentsXmlMerger extends AbstractMerger
Constructor and Description |
---|
ComponentsXmlMerger() |
Modifier and Type | Method and Description |
---|---|
org.jdom.Document |
merge(org.jdom.Document dDocument,
org.jdom.Document rDocument)
Merge with the recessive document.
|
mergeDescriptors, 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(Document, Document)
Copyright © 2001–2015 Codehaus. All rights reserved.