liquibase.parser.core.yaml
Class YamlSnapshotParser

java.lang.Object
  extended by liquibase.parser.core.yaml.YamlParser
      extended by liquibase.parser.core.yaml.YamlSnapshotParser
All Implemented Interfaces:
LiquibaseParser, SnapshotParser, PrioritizedService
Direct Known Subclasses:
JsonSnapshotParser

public class YamlSnapshotParser
extends YamlParser
implements SnapshotParser


Field Summary
 
Fields inherited from class liquibase.parser.core.yaml.YamlParser
log
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
YamlSnapshotParser()
           
 
Method Summary
 DatabaseSnapshot parse(String path, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class liquibase.parser.core.yaml.YamlParser
getPriority, getSupportedFileExtensions, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface liquibase.parser.SnapshotParser
supports
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Constructor Detail

YamlSnapshotParser

public YamlSnapshotParser()
Method Detail

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.