liquibase.parser.core.yaml
Class YamlChangeLogParser
java.lang.Object
liquibase.parser.core.yaml.YamlChangeLogParser
- All Implemented Interfaces:
- ChangeLogParser, PrioritizedService
- Direct Known Subclasses:
- JsonChangeLogParser
public class YamlChangeLogParser
- extends Object
- implements ChangeLogParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logger log
YamlChangeLogParser
public YamlChangeLogParser()
supports
public boolean supports(String changeLogFile,
ResourceAccessor resourceAccessor)
- Specified by:
supports
in interface ChangeLogParser
getSupportedFileExtension
protected String getSupportedFileExtension()
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
handleIncludedChangeLog
protected boolean handleIncludedChangeLog(String fileName,
boolean isRelativePath,
String relativeBaseFileName,
DatabaseChangeLog databaseChangeLog,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor)
throws LiquibaseException
- Throws:
LiquibaseException
Copyright © 2013 Liquibase.org. All Rights Reserved.