org.codehaus.plexus.metadata.merge
Interface MergeStrategy


public interface MergeStrategy

Version:
$Id$
Author:
Rahul Thakur

Method Summary
 void apply(Mergeable dElt, Mergeable rElt)
          Merges a dominant Mergeable instance with a recessive one.
 

Method Detail

apply

void apply(Mergeable dElt,
           Mergeable rElt)
           throws MergeException
Merges a dominant Mergeable instance with a recessive one.

Parameters:
dElt - Dominant Mergeable instance.
rElt - Recessive Mergeable instance.
Throws:
MergeException - TODO


Copyright © 2001–2014 Codehaus. All rights reserved.