public abstract class AbstractMerger extends java.lang.Object implements Merger
Constructor and Description |
---|
AbstractMerger() |
Modifier and Type | Method and Description |
---|---|
void |
mergeDescriptors(java.io.File outputDescriptor,
java.util.List<java.io.File> descriptors) |
void |
writeMergedDocument(org.jdom.Document mergedDocument,
java.io.File file)
Allows writing out a merged JDom Document to the specified file.
|
public void writeMergedDocument(org.jdom.Document mergedDocument, java.io.File file) throws java.io.IOException
Merger
writeMergedDocument
in interface Merger
mergedDocument
- 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)
public void mergeDescriptors(java.io.File outputDescriptor, java.util.List<java.io.File> descriptors) throws java.io.IOException
mergeDescriptors
in interface Merger
java.io.IOException