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
,DiffArgumentsCommandStep
,DiffOutputControlCommandStep
,InitCopyCommandStep
,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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustCommandDefinition
(CommandDefinition commandDefinition) Default implementation makes no changesboolean
Informational method to determine if this step is internal to Liquibase and should not be disclosed to end usersMethods inherited from class liquibase.command.AbstractCommandStep
getOrder, handleOutput, 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
-
isInternal
public boolean isInternal()Description copied from interface:CommandStep
Informational method to determine if this step is internal to Liquibase and should not be disclosed to end users- Returns:
- true if this step is internal to Liquibase and should not be shown in the help output
-