public class XMLMergerRunner
extends Object
| Constructor and Description |
|---|
XMLMergerRunner(String descriptorClassName) |
| Modifier and Type | Method and Description |
|---|---|
void |
mergeAndSave(File masterFile,
File slaveFile,
File mergedFile) |
void |
mergeAndSave(String masterFile,
String slaveFile,
String mergedFile) |
public void mergeAndSave(File masterFile,
File slaveFile,
File mergedFile)
throws ClassNotFoundException,
org.dom4j.DocumentException,
IllegalAccessException,
InstantiationException,
IOException
ClassNotFoundExceptionorg.dom4j.DocumentExceptionIllegalAccessExceptionInstantiationExceptionIOExceptionpublic void mergeAndSave(String masterFile,
String slaveFile,
String mergedFile)
throws ClassNotFoundException,
org.dom4j.DocumentException,
IllegalAccessException,
InstantiationException,
IOException
ClassNotFoundExceptionorg.dom4j.DocumentExceptionIllegalAccessExceptionInstantiationExceptionIOException