|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.cdc.merge.AbstractMerger
org.codehaus.plexus.cdc.merge.ComponentsXmlMerger
public class ComponentsXmlMerger
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.cdc.merge.Merger |
---|
ROLE |
Constructor Summary | |
---|---|
ComponentsXmlMerger()
|
Method Summary | |
---|---|
org.jdom.Document |
merge(org.jdom.Document dDocument,
org.jdom.Document rDocument)
Merge with the recessive document. |
Methods inherited from class org.codehaus.plexus.cdc.merge.AbstractMerger |
---|
writeMergedDocument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentsXmlMerger()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |