Uses of Package
liquibase.command
Package
Description
-
ClassDescriptionConvenience base class for
CommandStep
implementations.Deprecated.Defines a known, type-safe argument for a specificCommandStep
.A newCommandArgumentDefinition
under construction fromCommandBuilder
Metadata about a particular command.Deprecated.Used by the oldLiquibaseCommand
style of command setup.Manages the command related implementations.CommandFailedException is thrown any time a command did not succeed.Deprecated.Used by the oldLiquibaseCommand
style of command setup.Defines a known, type-safe result from a specificCommandStep
.The results ofCommandScope.execute()
.BecauseCommandResults
is immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder)
.The primary facade used for executing commands.Defines a particular step in a command pipeline.Deprecated.Used by the oldLiquibaseCommand
style of command setup.A common place to store commonly used command argument names.Deprecated.Define command with the newCommandStep
interface -
ClassDescriptionDeprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.Convenience base class forCommandStep
implementations.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.Defines a known, type-safe argument for a specificCommandStep
.Metadata about a particular command.Deprecated.Used by the oldLiquibaseCommand
style of command setup.Defines a known, type-safe result from a specificCommandStep
.The results ofCommandScope.execute()
.BecauseCommandResults
is immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder)
.The primary facade used for executing commands.Defines a particular step in a command pipeline.Deprecated.Used by the oldLiquibaseCommand
style of command setup.Deprecated.Define command with the newCommandStep
interface -
ClassDescriptionConvenience base class for
CommandStep
implementations.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.Defines a known, type-safe argument for a specificCommandStep
.Metadata about a particular command.Defines a known, type-safe result from a specificCommandStep
.BecauseCommandResults
is immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder)
.The primary facade used for executing commands.Defines a particular step in a command pipeline. -
-
-
ClassDescriptionConvenience base class for
CommandStep
implementations.Defines a known, type-safe argument for a specificCommandStep
.BecauseCommandResults
is immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder)
.Defines a particular step in a command pipeline. -
ClassDescriptionDefines a known, type-safe argument for a specific
CommandStep
.The primary facade used for executing commands. -
-
LiquibaseCommand
style of command setup.