public abstract class AbstractMerger extends Object implements Merger
Constructor and Description |
---|
AbstractMerger() |
Modifier and Type | Method and Description |
---|---|
void |
writeMergedDocument(org.jdom.Document mergedDocument,
File file)
Allows writing out a merged JDom Document to the specified file.
|
public void writeMergedDocument(org.jdom.Document mergedDocument, File file) throws IOException
Merger
writeMergedDocument
in interface Merger
mergedDocument
- the merged Document
instance.file
- File to write the merged contents to.IOException
- if there was an error while writing merged contents to the specified file.Merger.writeMergedDocument(org.jdom.Document, java.io.File)
Copyright © 2001-2017 Codehaus. All Rights Reserved.