Class PlexusXmlMerger
java.lang.Object
org.codehaus.plexus.metadata.merge.AbstractMerger
org.codehaus.plexus.metadata.merge.PlexusXmlMerger
- All Implemented Interfaces:
Merger
Plexus XML merger. This is a superset of the components xml merger so can be used in its place if necessary.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Document
merge
(org.jdom2.Document dDocument, org.jdom2.Document rDocument) Merge with the recessive document.Methods inherited from class org.codehaus.plexus.metadata.merge.AbstractMerger
mergeDescriptors, writeMergedDocument
-
Constructor Details
-
PlexusXmlMerger
public PlexusXmlMerger()
-
-
Method Details
-
merge
public org.jdom2.Document merge(org.jdom2.Document dDocument, org.jdom2.Document rDocument) throws MergeException Merge with the recessive document.- Parameters:
dDocument
- the dominant document.rDocument
- the recessive document.- Returns:
- the merged
Document
instance. - Throws:
MergeException
- if there was an error in merge.
-