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
coreBundle
Fields inherited from interface liquibase.command.CommandStep
ORDER_DEFAULT, ORDER_NOT_APPLICABLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustCommandDefinition
(CommandDefinition commandDefinition) Default implementation makes no changesMethods inherited from class liquibase.command.AbstractCommandStep
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
-
Constructor Details
-
AbstractHelperCommandStep
public AbstractHelperCommandStep()
-
-
Method Details
-
adjustCommandDefinition
Description copied from class:AbstractCommandStep
Default implementation makes no changes- Specified by:
adjustCommandDefinition
in interfaceCommandStep
- Overrides:
adjustCommandDefinition
in classAbstractCommandStep
-