Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseSnapshotparse(String path, ResourceAccessor resourceAccessor)booleansupports(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)
-
-