| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.command.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand<T extends CommandResult>
Deprecated.
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...). |
| Modifier and Type | Method and Description |
|---|---|
LiquibaseCommand |
CommandFactory.getCommand(String commandName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CommandResult> |
CommandFactory.execute(LiquibaseCommand<T> command)
Deprecated.
|
| Constructor and Description |
|---|
CommandValidationErrors(LiquibaseCommand command)
Deprecated.
|
Copyright © 2023 Liquibase.org. All rights reserved.