Liferay 6.0.5

com.liferay.util.xml
Class XMLMergerRunner

java.lang.Object
  extended by com.liferay.util.xml.XMLMergerRunner

public class XMLMergerRunner
extends Object


Constructor Summary
XMLMergerRunner(String descriptorClassName)
           
 
Method Summary
static void main(String[] args)
           
 void mergeAndSave(File masterFile, File slaveFile, File mergedFile)
           
 void mergeAndSave(String masterFile, String slaveFile, String mergedFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMergerRunner

public XMLMergerRunner(String descriptorClassName)
Method Detail

main

public static void main(String[] args)
                 throws ClassNotFoundException,
                        org.dom4j.DocumentException,
                        IllegalAccessException,
                        InstantiationException,
                        IOException
Throws:
ClassNotFoundException
org.dom4j.DocumentException
IllegalAccessException
InstantiationException
IOException

mergeAndSave

public void mergeAndSave(String masterFile,
                         String slaveFile,
                         String mergedFile)
                  throws ClassNotFoundException,
                         org.dom4j.DocumentException,
                         IllegalAccessException,
                         InstantiationException,
                         IOException
Throws:
ClassNotFoundException
org.dom4j.DocumentException
IllegalAccessException
InstantiationException
IOException

mergeAndSave

public void mergeAndSave(File masterFile,
                         File slaveFile,
                         File mergedFile)
                  throws ClassNotFoundException,
                         org.dom4j.DocumentException,
                         IllegalAccessException,
                         InstantiationException,
                         IOException
Throws:
ClassNotFoundException
org.dom4j.DocumentException
IllegalAccessException
InstantiationException
IOException

Liferay 6.0.5