liquibase.parser
Interface SnapshotParser

All Superinterfaces:
LiquibaseParser, PrioritizedService
All Known Implementing Classes:
JsonSnapshotParser, YamlSnapshotParser

public interface SnapshotParser
extends LiquibaseParser


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Method Summary
 DatabaseSnapshot parse(String path, ResourceAccessor resourceAccessor)
           
 boolean supports(String path, ResourceAccessor resourceAccessor)
           
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Method Detail

parse

DatabaseSnapshot parse(String path,
                       ResourceAccessor resourceAccessor)
                       throws LiquibaseParseException
Throws:
LiquibaseParseException

supports

boolean supports(String path,
                 ResourceAccessor resourceAccessor)


Copyright © 2016 Liquibase.org. All rights reserved.