Package liquibase.command
Interface LiquibaseCommand<T extends CommandResult>
- All Superinterfaces:
- Plugin
- All Known Implementing Classes:
- AbstractCommand,- DiffCommand,- DiffToChangeLogCommand,- GenerateChangeLogCommand,- HistoryCommand,- SnapshotCommand
Deprecated.
- 
Field SummaryFields inherited from interface liquibase.plugin.PluginPRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.getName()Deprecated.intgetPriority(String commandName) Deprecated.run()Deprecated.Function that performs the actual logic.validate()Deprecated.
- 
Method Details- 
getNameString getName()Deprecated.
- 
getPriorityDeprecated.
- 
getArgumentsSortedSet<CommandArgument> getArguments()Deprecated.
- 
validateCommandValidationErrors validate()Deprecated.
- 
runDeprecated.Function that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)- Throws:
- Exception
 
 
- 
CommandStepinterface