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.jdom2.Document mergedDocument,
java.io.File file)
Allows writing out a merged JDom Document to the specified file.
|
public void writeMergedDocument(org.jdom2.Document mergedDocument,
java.io.File file)
throws java.io.IOException
MergerwriteMergedDocument 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.jdom2.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 Mergerjava.io.IOException