com.rsmart.kuali.tools.liquibase
Class XMLChangeLogParser
java.lang.Object
liquibase.parser.core.xml.XMLChangeLogSAXParser
com.rsmart.kuali.tools.liquibase.XMLChangeLogParser
- All Implemented Interfaces:
- liquibase.parser.ChangeLogParser, liquibase.servicelocator.PrioritizedService
public class XMLChangeLogParser
- extends liquibase.parser.core.xml.XMLChangeLogSAXParser
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Method Summary |
static String |
getSchemaVersion()
|
liquibase.changelog.DatabaseChangeLog |
parse(String physicalChangeLogLocation,
liquibase.changelog.ChangeLogParameters changeLogParameters,
liquibase.resource.ResourceAccessor resourceAccessor)
|
Methods inherited from class liquibase.parser.core.xml.XMLChangeLogSAXParser |
getDatabaseChangeLogNameSpace, getPriority, supports |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLChangeLogParser
public XMLChangeLogParser()
getSchemaVersion
public static String getSchemaVersion()
parse
public liquibase.changelog.DatabaseChangeLog parse(String physicalChangeLogLocation,
liquibase.changelog.ChangeLogParameters changeLogParameters,
liquibase.resource.ResourceAccessor resourceAccessor)
throws liquibase.exception.ChangeLogParseException
- Specified by:
parse
in interface liquibase.parser.ChangeLogParser
- Overrides:
parse
in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- Throws:
liquibase.exception.ChangeLogParseException
Copyright © 2011 Leo Przybylski. All Rights Reserved.