Package liquibase.changelog.visitor
Interface ValidatingVisitorGenerator
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
StandardValidatingVisitorGenerator
An interface for generating validating visitors, which are used to validate changesets.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Method Summary
Modifier and TypeMethodDescriptiongenerateValidatingVisitor
(List<RanChangeSet> ranChangeSetList) Generates a validating visitor for the provided list of ran change sets.int
-
Method Details
-
getPriority
int getPriority() -
generateValidatingVisitor
Generates a validating visitor for the provided list of ran change sets.- Parameters:
ranChangeSetList
- The list of ran change sets to validate.- Returns:
- A validating visitor for the provided list of ran change sets.
-