Package liquibase.parser
Interface LiquibaseParser
-
- All Superinterfaces:
PrioritizedService
- All Known Subinterfaces:
ChangeLogParser,SnapshotParser
- All Known Implementing Classes:
AbstractChangeLogParser,AbstractFormattedChangeLogParser,FormattedSqlChangeLogParser,JsonChangeLogParser,JsonSnapshotParser,SqlChangeLogParser,XMLChangeLogSAXParser,YamlChangeLogParser,YamlParser,YamlSnapshotParser
public interface LiquibaseParser extends PrioritizedService
-
-
Field Summary
-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
-
Method Summary
-
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
-