Package liquibase.command.core.helpers
Class AbstractArgumentCommandStep
java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractArgumentCommandStep
- All Implemented Interfaces:
CommandStep
-
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 TypeMethodDescriptionbooleanInformational method to determine if this step is internal to Liquibase and should not be disclosed to end usersReturns a list of all the dependency Classes that this step providesMethods inherited from class liquibase.command.AbstractCommandStep
adjustCommandDefinition, getOrder, handleOutput, 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
-
AbstractArgumentCommandStep
public AbstractArgumentCommandStep()
-
-
Method Details
-
providedDependencies
Description copied from interface:CommandStepReturns a list of all the dependency Classes that this step provides- Specified by:
providedDependenciesin interfaceCommandStep- Overrides:
providedDependenciesin classAbstractCommandStep- Returns:
- list with the provided classes types
-
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
-