public class XMLChangeLogSAXParser extends Object implements ChangeLogParser
PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
XMLChangeLogSAXParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
static String |
getSchemaVersion() |
DatabaseChangeLog |
parse(String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor) |
boolean |
supports(String changeLogFile,
ResourceAccessor resourceAccessor) |
public int getPriority()
getPriority in interface PrioritizedServicepublic static String getSchemaVersion()
public boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
supports in interface ChangeLogParserpublic DatabaseChangeLog parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) throws ChangeLogParseException
parse in interface ChangeLogParserChangeLogParseExceptionCopyright © 2014 Liquibase.org. All rights reserved.