Uses of Class
org.codehaus.plexus.metadata.merge.MergeException
Packages that use MergeException
-
Uses of MergeException in org.codehaus.plexus.metadata.merge
Methods in org.codehaus.plexus.metadata.merge that throw MergeExceptionModifier and TypeMethodDescriptionvoid
Merges a dominantMergeable
instance with a recessive one.org.jdom2.Document
ComponentsXmlMerger.merge
(org.jdom2.Document dDocument, org.jdom2.Document rDocument) org.jdom2.Document
Merger.merge
(org.jdom2.Document dDocument, org.jdom2.Document rDocument) Merge with the recessive document.org.jdom2.Document
PlexusXmlMerger.merge
(org.jdom2.Document dDocument, org.jdom2.Document rDocument) Merge with the recessive document. -
Uses of MergeException in org.codehaus.plexus.metadata.merge.support
Methods in org.codehaus.plexus.metadata.merge.support that throw MergeExceptionModifier and TypeMethodDescriptionvoid
void
AbstractMergeableElement.merge
(Mergeable me, MergeStrategy strategy) Simply delegate tovoid
abstract void
Merges an element of same type.void
Merges an element of same type.void
Mergeable.merge
(Mergeable me, MergeStrategy strategy) Applies the passed inMergeStrategy
to merge twoMergeable
instance.void