Class ComponentsXmlMerger
- java.lang.Object
-
- org.codehaus.plexus.metadata.merge.AbstractMerger
-
- org.codehaus.plexus.metadata.merge.ComponentsXmlMerger
-
- All Implemented Interfaces:
Merger
@Component(role=Merger.class, hint="componentsXml") public class ComponentsXmlMerger extends AbstractMerger
- Author:
- Rahul Thakur
-
-
Constructor Summary
Constructors Constructor Description ComponentsXmlMerger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.Documentmerge(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
-
-
-
-
Method Detail
-
merge
public org.jdom2.Document merge(org.jdom2.Document dDocument, org.jdom2.Document rDocument) throws MergeExceptionDescription copied from interface:MergerMerge with the recessive document.- Parameters:
dDocument- the dominant document.rDocument- the recessive document.- Returns:
- the merged
Documentinstance. - Throws:
MergeException- if there was an error in merge.- See Also:
Merger.merge(Document, Document)
-
-