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
MergerwriteMergedDocument in interface MergermergedDocument - 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-2016 Codehaus. All Rights Reserved.