org.openmrs.module
Class SqlDiffFileParser

java.lang.Object
  extended by org.openmrs.module.SqlDiffFileParser

public class SqlDiffFileParser
extends java.lang.Object

This class will parse an xml sql diff file

Version:
1.0

Constructor Summary
SqlDiffFileParser()
           
 
Method Summary
static java.util.SortedMap<java.lang.String,java.lang.String> getSqlDiffs(Module module)
          Get the diff map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlDiffFileParser

public SqlDiffFileParser()
Method Detail

getSqlDiffs

public static java.util.SortedMap<java.lang.String,java.lang.String> getSqlDiffs(Module module)
                                                                          throws ModuleException
Get the diff map. Return a sorted map

Returns:
SortedMap
Throws:
ModuleException

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change