public class SqlChangeLogParser extends java.lang.Object implements ChangeLogParser
PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
SqlChangeLogParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
DatabaseChangeLog |
parse(java.lang.String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor) |
boolean |
supports(java.lang.String changeLogFile,
ResourceAccessor resourceAccessor) |
public boolean supports(java.lang.String changeLogFile,
ResourceAccessor resourceAccessor)
supports in interface ChangeLogParserpublic int getPriority()
getPriority in interface PrioritizedServicepublic DatabaseChangeLog parse(java.lang.String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) throws ChangeLogParseException
parse in interface ChangeLogParserChangeLogParseException