org.codehaus.plexus.cdc.merge.support
Class MergeStrategies
java.lang.Object
org.codehaus.plexus.cdc.merge.support.MergeStrategies
public class MergeStrategies
- extends Object
Collection of available Merge Strategies.
TODO: Revisit and factor Mergeable.merge(Mergeable)
to use a MergeStrategy
.
- Version:
- $Id: MergeStrategies.java 6923 2007-10-01 04:26:19Z user57 $
- Author:
- Rahul Thakur
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEEP
public static final MergeStrategy DEEP
MergeStrategy
implementation wherein the elements are merged
down to the deepest available Mergeable
instance in the DOM tree.
SHALLOW
public static final MergeStrategy SHALLOW
MergeStrategy
implementation wherein only the element on
which the merge operation is called is 'merged'. The merge does not
traverse the DOM tree any further.
MergeStrategies
public MergeStrategies()
Copyright © 2001-2012 Codehaus. All Rights Reserved.