liquibase.parser
Interface ChangeLogParser

All Superinterfaces:
PrioritizedService
All Known Implementing Classes:
FormattedSqlChangeLogParser, SqlChangeLogParser, XMLChangeLogSAXParser

public interface ChangeLogParser
extends PrioritizedService


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Method Summary
 DatabaseChangeLog parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)
           
 boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
           
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Method Detail

parse

DatabaseChangeLog parse(String physicalChangeLogLocation,
                        ChangeLogParameters changeLogParameters,
                        ResourceAccessor resourceAccessor)
                        throws ChangeLogParseException
Throws:
ChangeLogParseException

supports

boolean supports(String changeLogFile,
                 ResourceAccessor resourceAccessor)


Copyright © 2012 Liquibase.org. All Rights Reserved.