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
coreBundle
Fields inherited from interface liquibase.command.CommandStep
ORDER_DEFAULT, ORDER_NOT_APPLICABLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Informational 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, 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
-
AbstractArgumentCommandStep
public AbstractArgumentCommandStep()
-
-
Method Details
-
providedDependencies
Description copied from interface:CommandStep
Returns a list of all the dependency Classes that this step provides- Specified by:
providedDependencies
in interfaceCommandStep
- Overrides:
providedDependencies
in classAbstractCommandStep
- Returns:
- list with the provided classes types
-
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
-