Class PlexusXmlMerger

    • Constructor Detail

      • PlexusXmlMerger

        public PlexusXmlMerger()
    • Method Detail

      • 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.