org.codehaus.plexus.cdc.merge.support
public class MergeStrategies extends Object
TODO: Revisit and factor merge to use a MergeStrategy.
Version: $Id: MergeStrategies.java 3422 2006-06-23 22:49:52Z trygvis $
Field Summary | |
---|---|
static MergeStrategy | DEEP
MergeStrategy implementation wherein the elements are merged
down to the deepest available Mergeable instance in the DOM tree. |
static MergeStrategy | SHALLOW
MergeStrategy implementation wherein only the element on
which the merge operation is called is 'merged'. |