Uses of Interface
org.codehaus.plexus.metadata.merge.MergeStrategy
-
Packages that use MergeStrategy Package Description org.codehaus.plexus.metadata.merge.support -
-
Uses of MergeStrategy in org.codehaus.plexus.metadata.merge.support
Fields in org.codehaus.plexus.metadata.merge.support declared as MergeStrategy Modifier and Type Field Description static MergeStrategyMergeStrategies. DEEPMergeStrategyimplementation wherein the elements are merged down to the deepest availableMergeableinstance in the DOM tree.static MergeStrategyMergeStrategies. SHALLOWMergeStrategyimplementation wherein only the element on which the merge operation is called is 'merged'.Methods in org.codehaus.plexus.metadata.merge.support that return MergeStrategy Modifier and Type Method Description protected MergeStrategyAbstractMergeableSupport. getDefaultMergeStrategy()Returns the defaultMergeStrategyinstance.Methods in org.codehaus.plexus.metadata.merge.support with parameters of type MergeStrategy Modifier and Type Method Description voidAbstractMergeableElement. merge(Mergeable me, MergeStrategy strategy)Simply delegate tovoidMergeable. merge(Mergeable me, MergeStrategy strategy)Applies the passed inMergeStrategyto merge twoMergeableinstance.
-