Package liquibase.command.core.helpers
Class AbstractHelperCommandStep
java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractHelperCommandStep
- All Implemented Interfaces:
CommandStep
- Direct Known Subclasses:
AbstractDatabaseConnectionCommandStep,AbstractOutputWriterCommandStep,ChangeExecListenerCommandStep,DatabaseChangelogCommandStep,DbUrlConnectionArgumentsCommandStep,DiffOutputControlCommandStep,LockServiceCommandStep,PreCompareCommandStep
Class to hold all methods that are common to helper classes
-
Field Summary
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 TypeMethodDescriptionvoidadjustCommandDefinition(CommandDefinition commandDefinition) Default implementation makes no changesMethods inherited from class liquibase.command.AbstractCommandStep
getOrder, 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, run
-
Constructor Details
-
AbstractHelperCommandStep
public AbstractHelperCommandStep()
-
-
Method Details
-
adjustCommandDefinition
Description copied from class:AbstractCommandStepDefault implementation makes no changes- Specified by:
adjustCommandDefinitionin interfaceCommandStep- Overrides:
adjustCommandDefinitionin classAbstractCommandStep
-