liquibase.parser.core.yaml
Class YamlSnapshotParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
liquibase.parser.core.yaml.YamlSnapshotParser
- All Implemented Interfaces:
- LiquibaseParser, SnapshotParser, PrioritizedService
- Direct Known Subclasses:
- JsonSnapshotParser
public class YamlSnapshotParser
- extends YamlParser
- implements SnapshotParser
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 |
YamlSnapshotParser
public YamlSnapshotParser()
parse
public DatabaseSnapshot parse(String path,
ResourceAccessor resourceAccessor)
throws LiquibaseParseException
- Specified by:
parse
in interface SnapshotParser
- Throws:
LiquibaseParseException
Copyright © 2016 Liquibase.org. All rights reserved.