Package liquibase.command.core
Class HistoryCommand
java.lang.Object
liquibase.command.AbstractCommand
liquibase.command.core.HistoryCommand
- All Implemented Interfaces:
LiquibaseCommand,Plugin
Deprecated.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()Deprecated.Deprecated.run()Deprecated.Function that performs the actual logic.voidsetDatabase(Database database) Deprecated.voidsetOutputStream(PrintStream outputStream) Deprecated.validate()Deprecated.Methods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
HistoryCommand
public HistoryCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
validate
Deprecated. -
getDatabase
Deprecated. -
setDatabase
Deprecated. -
getOutputStream
Deprecated. -
setOutputStream
Deprecated. -
run
Deprecated.Description copied from interface:LiquibaseCommandFunction that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)- Throws:
Exception
-
CommandStepand call them withCommandFactory.getCommandDefinition(String...).