Uses of Package
liquibase.command
Packages that use liquibase.command
Package
Description
-
Classes in liquibase.command used by liquibase.commandClassDescriptionConvenience 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 -
Classes in liquibase.command used by liquibase.command.coreClassDescriptionDeprecated.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 -
Classes in liquibase.command used by liquibase.command.core.helpersClassDescriptionConvenience 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. -
Classes in liquibase.command used by liquibase.command.core.initClassDescriptionConvenience base class for
CommandStep
implementations.Defines a known, type-safe argument for a specificCommandStep
.Metadata about a particular command.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. -
Classes in liquibase.command used by liquibase.configuration
-
Classes in liquibase.command used by liquibase.configuration.core
-
Classes in liquibase.command used by liquibase.extension.testing.testsystem.commandClassDescriptionConvenience 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. -
Classes in liquibase.command used by liquibase.integration.commandlineClassDescriptionDefines a known, type-safe argument for a specific
CommandStep
.The primary facade used for executing commands. -
Classes in liquibase.command used by liquibase.io
-
Classes in liquibase.command used by liquibase.util
LiquibaseCommand
style of command setup.