| Interface | Description |
|---|---|
| CommandStep |
Defines a particular step in a command pipeline.
|
| LiquibaseCommand<T extends CommandResult> | Deprecated
Define command with the new
CommandStep interface |
| Class | Description |
|---|---|
| AbstractCliWrapperCommandStep | Deprecated |
| AbstractCommand<T extends CommandResult> | Deprecated
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...). |
| AbstractCommandStep |
Convenience base class for
CommandStep implementations. |
| CommandArgument | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
| CommandArgumentDefinition<DataType> |
Defines a known, type-safe argument for a specific
CommandStep. |
| CommandArgumentDefinition.Building<DataType> |
A new
CommandArgumentDefinition under construction from CommandBuilder |
| CommandBuilder |
Builder for configuring
CommandStep settings, such as CommandArgumentDefinitions and CommandResultDefinitions |
| CommandDefinition |
Metadata about a particular command.
|
| CommandFactory |
Manages the command related implementations.
|
| CommandResult | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
| CommandResultDefinition<DataType> |
Defines a known, type-safe result from a specific
CommandStep. |
| CommandResultDefinition.Building<DataType> | |
| CommandResults |
The results of
CommandScope.execute(). |
| CommandResultsBuilder |
Because
CommandResults is immutable, this class is used to build up the results during CommandStep.run(CommandResultsBuilder). |
| CommandScope |
The primary facade used for executing commands.
|
| CommandValidationErrors | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
| Enum | Description |
|---|---|
| CommonArgumentNames |
A common place to store commonly used command argument names.
|
| Exception | Description |
|---|---|
| CommandExecutionException | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
| CommandFailedException |
CommandFailedException is thrown any time a command did not succeed.
|
Copyright © 2022 Liquibase.org. All rights reserved.