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
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 changesbooleanInformational 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, 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
-
isInternal
public boolean isInternal()Description copied from interface:CommandStepInformational 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
-