public abstract class AbstractChangeLogParser extends Object implements ChangeLogParser
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
AbstractChangeLogParser() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseChangeLog |
parse(String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor) |
protected abstract ParsedNode |
parseToNode(String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsgetPrioritypublic DatabaseChangeLog parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) throws ChangeLogParseException
parse in interface ChangeLogParserChangeLogParseExceptionprotected abstract ParsedNode parseToNode(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) throws ChangeLogParseException
ChangeLogParseExceptionCopyright © 2018 Liquibase.org. All rights reserved.