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
FieldsModifier and TypeFieldDescriptionstatic final String[]static final CommandArgumentDefinition<String>static final CommandArgumentDefinition<String>static final CommandArgumentDefinition<Boolean>Fields inherited from class liquibase.command.AbstractCommandStep
coreBundleFields inherited from interface liquibase.command.CommandStep
ORDER_DEFAULT, ORDER_NOT_APPLICABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidvalidateReplaceIfExistsTypes(CommandScope commandScope) protected static voidvalidateRunOnChangeTypes(CommandScope commandScope) Methods inherited from class liquibase.command.AbstractCommandStep
adjustCommandDefinition, getOrder, handleOutput, providedDependencies, requiredDependencies, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.command.CommandStep
defineCommandNames, isInternal, 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
-