Package liquibase.command.core.helpers
Class AbstractChangelogCommandStep
java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractChangelogCommandStep
- All Implemented Interfaces:
CommandStep
- Direct Known Subclasses:
DiffChangelogCommandStep
,GenerateChangelogCommandStep
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String[]
static final CommandArgumentDefinition<String>
static final CommandArgumentDefinition<String>
static final CommandArgumentDefinition<Boolean>
Fields inherited from class liquibase.command.AbstractCommandStep
coreBundle
Fields inherited from interface liquibase.command.CommandStep
ORDER_DEFAULT, ORDER_NOT_APPLICABLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
validateReplaceIfExistsTypes
(CommandScope commandScope) protected static void
validateRunOnChangeTypes
(CommandScope commandScope) Methods inherited from class liquibase.command.AbstractCommandStep
adjustCommandDefinition, getOrder, providedDependencies, requiredDependencies, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.command.CommandStep
defineCommandNames, run
-
Field Details
-
COMMAND_NAME
-
RUN_ON_CHANGE_TYPES_ARG
-
REPLACE_IF_EXISTS_TYPES_ARG
-
SKIP_OBJECT_SORTING
-
-
Constructor Details
-
AbstractChangelogCommandStep
public AbstractChangelogCommandStep()
-
-
Method Details
-
validateRunOnChangeTypes
protected static void validateRunOnChangeTypes(CommandScope commandScope) throws CommandValidationException - Throws:
CommandValidationException
-
validateReplaceIfExistsTypes
protected static void validateReplaceIfExistsTypes(CommandScope commandScope) throws CommandValidationException - Throws:
CommandValidationException
-
supportedRunOnChangeTypes
-