liquibase.parser.core.formattedsql
Class FormattedSqlChangeLogParser
java.lang.Object
liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- All Implemented Interfaces:
- ChangeLogParser, PrioritizedService
public class FormattedSqlChangeLogParser
- extends java.lang.Object
- implements ChangeLogParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedSqlChangeLogParser
public FormattedSqlChangeLogParser()
supports
public boolean supports(java.lang.String changeLogFile,
ResourceAccessor resourceAccessor)
- Specified by:
supports
in interface ChangeLogParser
getPriority
public int getPriority()
- Specified by:
getPriority
in interface PrioritizedService
parse
public DatabaseChangeLog parse(java.lang.String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor)
throws ChangeLogParseException
- Specified by:
parse
in interface ChangeLogParser
- Throws:
ChangeLogParseException
openChangeLogFile
protected java.io.InputStream openChangeLogFile(java.lang.String physicalChangeLogLocation,
ResourceAccessor resourceAccessor)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 Liquibase.org. All Rights Reserved.