CommandStep and call them with CommandFactory.getCommandDefinition(String...).public class HistoryCommand extends AbstractCommand
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
HistoryCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabase()
Deprecated.
|
String |
getName()
Deprecated.
|
PrintStream |
getOutputStream()
Deprecated.
|
CommandResult |
run()
Deprecated.
Function that performs the actual logic.
|
void |
setDatabase(Database database)
Deprecated.
|
void |
setOutputStream(PrintStream outputStream)
Deprecated.
|
CommandValidationErrors |
validate()
Deprecated.
|
getArguments, getPrioritypublic String getName()
public CommandValidationErrors validate()
public Database getDatabase()
public void setDatabase(Database database)
public PrintStream getOutputStream()
public void setOutputStream(PrintStream outputStream)
public CommandResult run() throws Exception
LiquibaseCommandCommandFactory.execute(LiquibaseCommand)ExceptionCopyright © 2022 Liquibase.org. All rights reserved.