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