liquibase.parser.core.sql
Class SqlChangeLogParser

java.lang.Object
  extended by liquibase.parser.core.sql.SqlChangeLogParser
All Implemented Interfaces:
ChangeLogParser, PrioritizedService

public class SqlChangeLogParser
extends Object
implements ChangeLogParser


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
SqlChangeLogParser()
           
 
Method Summary
 int getPriority()
           
 DatabaseChangeLog parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)
           
 boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlChangeLogParser

public SqlChangeLogParser()
Method Detail

supports

public boolean supports(String changeLogFile,
                        ResourceAccessor resourceAccessor)
Specified by:
supports in interface ChangeLogParser

getPriority

public int getPriority()
Specified by:
getPriority in interface PrioritizedService

parse

public DatabaseChangeLog parse(String physicalChangeLogLocation,
                               ChangeLogParameters changeLogParameters,
                               ResourceAccessor resourceAccessor)
                        throws ChangeLogParseException
Specified by:
parse in interface ChangeLogParser
Throws:
ChangeLogParseException


Copyright © 2012 Liquibase.org. All Rights Reserved.