liquibase.parser
Interface ChangeLogParser

All Superinterfaces:
LiquibaseParser, PrioritizedService
All Known Implementing Classes:
AbstractChangeLogParser, FormattedSqlChangeLogParser, JsonChangeLogParser, SqlChangeLogParser, XMLChangeLogSAXParser, YamlChangeLogParser

public interface ChangeLogParser
extends LiquibaseParser


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, 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 © 2016 Liquibase.org. All rights reserved.