liquibase.parser.core.yaml
Class YamlChangeLogParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
liquibase.parser.core.yaml.YamlChangeLogParser
- All Implemented Interfaces:
- ChangeLogParser, LiquibaseParser, PrioritizedService
- Direct Known Subclasses:
- JsonChangeLogParser
public class YamlChangeLogParser
- extends YamlParser
- implements ChangeLogParser
Fields inherited from class liquibase.parser.core.yaml.YamlParser |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YamlChangeLogParser
public YamlChangeLogParser()
parse
public DatabaseChangeLog parse(String physicalChangeLogLocation,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor)
throws ChangeLogParseException
- Specified by:
parse
in interface ChangeLogParser
- Throws:
ChangeLogParseException
replaceParameters
protected void replaceParameters(Object obj,
ChangeLogParameters changeLogParameters,
DatabaseChangeLog changeLog)
Copyright © 2016 Liquibase.org. All rights reserved.