org.apache.ibatis.abator.internal
Class XmlFileMergerJaxp

java.lang.Object
  extended byorg.apache.ibatis.abator.internal.XmlFileMergerJaxp

public class XmlFileMergerJaxp
extends java.lang.Object

This class handles the task of merging changes into an existing XML file.

Author:
Jeff Butler

Method Summary
static java.lang.String getMergedSource(GeneratedXmlFile generatedXmlFile, java.io.File existingFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMergedSource

public static java.lang.String getMergedSource(GeneratedXmlFile generatedXmlFile,
                                               java.io.File existingFile)
                                        throws ShellException
Throws:
ShellException