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
public abstract class AbstractHelperCommandStep extends AbstractCommandStep
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
Constructors Constructor Description AbstractHelperCommandStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjustCommandDefinition(CommandDefinition commandDefinition)Default implementation makes no changes-
Methods 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
-
-
-
-
Method Detail
-
adjustCommandDefinition
public void adjustCommandDefinition(CommandDefinition commandDefinition)
Description copied from class:AbstractCommandStepDefault implementation makes no changes- Specified by:
adjustCommandDefinitionin interfaceCommandStep- Overrides:
adjustCommandDefinitionin classAbstractCommandStep
-
-