Uses of Class
liquibase.exception.CommandValidationException
Package
Description
-
Uses of CommandValidationException in liquibase.command
Modifier and TypeMethodDescriptionvoid
AbstractCommandStep.validate
(CommandScope commandScope) Default implementation does no additional validation.void
CommandArgumentDefinition.validate
(CommandScope commandScope) Validates that the value stored in the givenCommandScope
is valid.void
CommandScope.validate()
void
CommandStep.validate
(CommandScope commandScope) Validates that theCommandScope
is correctly set up for this step to run. -
Uses of CommandValidationException in liquibase.command.core
Modifier and TypeMethodDescriptionvoid
ChangelogSyncCommandStep.validate
(CommandScope commandScope) void
DiffChangelogCommandStep.validate
(CommandScope commandScope) void
GenerateChangelogCommandStep.validate
(CommandScope commandScope) void
UpdateCommandStep.validate
(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.command.core.helpers
Modifier and TypeMethodDescriptionprotected static void
AbstractChangelogCommandStep.validateReplaceIfExistsTypes
(CommandScope commandScope) protected static void
AbstractChangelogCommandStep.validateRunOnChangeTypes
(CommandScope commandScope) -
Uses of CommandValidationException in liquibase.license
Modifier and TypeMethodDescriptionstatic void
LicenseServiceUtils.checkProLicenseAndThrowException
(String[] commandNames) Throw an exception if there is no valid pro license.