Package com.liferay.util.xml
Class XMLMergerRunner
Object
com.liferay.util.xml.XMLMergerRunner
- Author:
- Jorge Ferrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmergeAndSave(File masterFile, File slaveFile, File mergedFile) voidmergeAndSave(String masterFile, String slaveFile, String mergedFile)
-
Constructor Details
-
XMLMergerRunner
-
-
Method Details
-
mergeAndSave
public void mergeAndSave(File masterFile, File slaveFile, File mergedFile) throws ClassNotFoundException, org.dom4j.DocumentException, IllegalAccessException, InstantiationException, IOException - Throws:
ClassNotFoundExceptionorg.dom4j.DocumentExceptionIllegalAccessExceptionInstantiationExceptionIOException
-
mergeAndSave
public void mergeAndSave(String masterFile, String slaveFile, String mergedFile) throws ClassNotFoundException, org.dom4j.DocumentException, IllegalAccessException, InstantiationException, IOException - Throws:
ClassNotFoundExceptionorg.dom4j.DocumentExceptionIllegalAccessExceptionInstantiationExceptionIOException
-