Package liquibase.parser
Interface SnapshotParser
- All Superinterfaces:
LiquibaseParser
,PrioritizedService
- All Known Implementing Classes:
JsonSnapshotParser
,YamlSnapshotParser
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptionparse
(String path, ResourceAccessor resourceAccessor) boolean
supports
(String path, ResourceAccessor resourceAccessor) Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
Method Details
-
parse
DatabaseSnapshot parse(String path, ResourceAccessor resourceAccessor) throws LiquibaseParseException - Throws:
LiquibaseParseException
-
supports
-