Package liquibase.command
-
Interface Summary Interface Description CleanUpCommandStep Interface implemented by CommandSteps when they need to execute clean up tasks (such as closing database connections, flushing files, etc) after other steps in the pipeline are executed.CommandStep Defines a particular step in a command pipeline.LiquibaseCommand<T extends CommandResult> Deprecated. Define command with the newCommandStepinterface -
Class Summary Class Description AbstractCliWrapperCommandStep Deprecated. AbstractCommand<T extends CommandResult> Deprecated. Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).AbstractCommandStep Convenience base class forCommandStepimplementations.CommandArgument Deprecated. Used by the oldLiquibaseCommandstyle of command setup.CommandArgumentDefinition<DataType> Defines a known, type-safe argument for a specificCommandStep.CommandArgumentDefinition.Building<DataType> A newCommandArgumentDefinitionunder construction fromCommandBuilderCommandBuilder Builder for configuringCommandStepsettings, such asCommandArgumentDefinitions andCommandResultDefinitionsCommandDefinition Metadata about a particular command.CommandFactory Manages the command related implementations.CommandResult Deprecated. Used by the oldLiquibaseCommandstyle of command setup.CommandResultDefinition<DataType> Defines a known, type-safe result from a specificCommandStep.CommandResultDefinition.Building<DataType> CommandResults The results ofCommandScope.execute().CommandResultsBuilder BecauseCommandResultsis immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder).CommandScope The primary facade used for executing commands.CommandValidationErrors Deprecated. Used by the oldLiquibaseCommandstyle of command setup. -
Enum Summary Enum Description CommonArgumentNames A common place to store commonly used command argument names. -
Exception Summary Exception Description CommandExecutionException Deprecated. Used by the oldLiquibaseCommandstyle of command setup.CommandFailedException CommandFailedException is thrown any time a command did not succeed. -
Annotation Types Summary Annotation Type Description CommandOverride Used to indicate that this CommandStep is intentionally overriding another CommandStep.