org.codehaus.plexus.cdc.merge
public interface Merger
Version: $Id: Merger.java 3514 2006-07-12 13:03:43Z brett $
| Field Summary | |
|---|---|
| String | ROLE |
| Method Summary | |
|---|---|
| Document | merge(Document dDocument, Document rDocument)
Merge with the recessive document.
|
| void | writeMergedDocument(Document mergedDocument, File file)
Allows writing out a merged JDom Document to the specified file.
|
Parameters: dDocument the dominant document. rDocument the recessive document.
Returns: the merged Document instance.
Throws: MergeException if there was an error in merge.
Parameters: mergedDocument the merged Document instance. file File to write the merged contents to.
Throws: IOException if there was an error while writing merged contents to the specified file.