liquibase.parser.core.yaml
Class YamlParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
- All Implemented Interfaces:
- LiquibaseParser, PrioritizedService
- Direct Known Subclasses:
- YamlChangeLogParser, YamlSnapshotParser
public abstract class YamlParser
- extends Object
- implements LiquibaseParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logger log
YamlParser
public YamlParser()
supports
public boolean supports(String changeLogFile,
ResourceAccessor resourceAccessor)
getSupportedFileExtensions
protected String[] getSupportedFileExtensions()
getPriority
public int getPriority()
- Specified by:
getPriority
in interface PrioritizedService
Copyright © 2016 Liquibase.org. All rights reserved.