Package liquibase.command.core.helpers
Class AbstractArgumentCommandStep
java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractArgumentCommandStep
- All Implemented Interfaces:
- CommandStep
- 
Field SummaryFields inherited from class liquibase.command.AbstractCommandStepcoreBundleFields inherited from interface liquibase.command.CommandStepORDER_DEFAULT, ORDER_NOT_APPLICABLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractCommandStepadjustCommandDefinition, getOrder, handleOutput, requiredDependencies, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.command.CommandStepdefineCommandNames, run
- 
Constructor Details- 
AbstractArgumentCommandSteppublic AbstractArgumentCommandStep()
 
- 
- 
Method Details- 
providedDependenciesDescription copied from interface:CommandStepReturns a list of all the dependency Classes that this step provides- Specified by:
- providedDependenciesin interface- CommandStep
- Overrides:
- providedDependenciesin class- AbstractCommandStep
- Returns:
- list with the provided classes types
 
- 
isInternalpublic 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
 
 
-