|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.cdc.merge.AbstractMerger
Base class for common mergers.
| Field Summary |
| Fields inherited from interface org.codehaus.plexus.cdc.merge.Merger |
ROLE |
| Constructor Summary | |
AbstractMerger()
|
|
| Method Summary | |
void |
writeMergedDocument(org.jdom.Document mergedDocument,
java.io.File file)
Allows writing out a merged JDom Document to the specified file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.plexus.cdc.merge.Merger |
merge |
| Constructor Detail |
public AbstractMerger()
| Method Detail |
public void writeMergedDocument(org.jdom.Document mergedDocument,
java.io.File file)
throws java.io.IOException
Merger
writeMergedDocument in interface MergermergedDocument - the merged Document instance.file - File to write the merged contents to.
java.io.IOException - if there was an error while writing merged contents to the specified file.Merger.writeMergedDocument(org.jdom.Document, java.io.File)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||