Package | Description |
---|---|
liquibase.command | |
liquibase.command.core | |
liquibase.configuration | |
liquibase.configuration.core | |
liquibase.integration.commandline |
Modifier and Type | Method and Description |
---|---|
<T> CommandScope |
CommandScope.addArgumentValue(CommandArgumentDefinition<T> argument,
T value)
Adds the given key/value pair to the stored argument data.
|
CommandScope |
CommandScope.addArgumentValue(String argument,
Object value)
Adds the given key/value pair to the stored argument data.
|
CommandScope |
CommandResultsBuilder.getCommandScope()
Return the
CommandScope the results are being built for. |
CommandScope |
CommandResults.getCommandScope()
The
CommandScope that was executed to produce this result. |
CommandScope |
CommandScope.provideDependency(Class<?> clazz,
Object value)
Assign a value to a given provided dependency.
|
CommandScope |
CommandScope.setOutput(OutputStream outputStream)
Sets the output stream for this command.
|
Modifier and Type | Method and Description |
---|---|
protected abstract String[] |
AbstractCliWrapperCommandStep.collectArguments(CommandScope commandScope)
Deprecated.
Called by
AbstractCliWrapperCommandStep.run(CommandResultsBuilder) to create the actual arguments passed to Main.run(String[]) . |
protected String[] |
AbstractCliWrapperCommandStep.collectArguments(CommandScope commandScope,
List<String> commandArguments,
String positionalArgumentName)
Deprecated.
Collects the values from commandScope into an argument array to pass to
Main . |
void |
CommandArgumentDefinition.validate(CommandScope commandScope)
Validates that the value stored in the given
CommandScope is valid. |
void |
CommandStep.validate(CommandScope commandScope)
Validates that the
CommandScope is correctly set up for this step to run. |
void |
AbstractCommandStep.validate(CommandScope commandScope)
Default implementation does no additional validation.
|
Constructor and Description |
---|
CommandResults(SortedMap<String,Object> resultValues,
CommandScope commandScope) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
FutureRollbackCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateTestingRollbackCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SnapshotReferenceCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UnexpectedChangesetsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SyncHubCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DbDocCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DropAllCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackFromTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
HistoryCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ExecuteSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ValidateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ClearChecksumsCommandStep.collectArguments(CommandScope commandScope) |
protected void |
UpdateToTagCommandStep.customMdcLogging(CommandScope commandScope) |
protected void |
UpdateCountCommandStep.customMdcLogging(CommandScope commandScope) |
protected void |
AbstractUpdateCommandStep.customMdcLogging(CommandScope commandScope) |
String |
UpdateToTagCommandStep.getChangelogFileArg(CommandScope commandScope) |
String |
UpdateCountCommandStep.getChangelogFileArg(CommandScope commandScope) |
String |
UpdateSqlCommandStep.getChangelogFileArg(CommandScope commandScope) |
String |
UpdateCommandStep.getChangelogFileArg(CommandScope commandScope) |
abstract String |
AbstractUpdateCommandStep.getChangelogFileArg(CommandScope commandScope) |
String |
UpdateToTagCommandStep.getContextsArg(CommandScope commandScope) |
String |
UpdateCountCommandStep.getContextsArg(CommandScope commandScope) |
String |
UpdateSqlCommandStep.getContextsArg(CommandScope commandScope) |
String |
UpdateCommandStep.getContextsArg(CommandScope commandScope) |
abstract String |
AbstractUpdateCommandStep.getContextsArg(CommandScope commandScope) |
String |
UpdateToTagCommandStep.getLabelFilterArg(CommandScope commandScope) |
String |
UpdateCountCommandStep.getLabelFilterArg(CommandScope commandScope) |
String |
UpdateSqlCommandStep.getLabelFilterArg(CommandScope commandScope) |
String |
UpdateCommandStep.getLabelFilterArg(CommandScope commandScope) |
abstract String |
AbstractUpdateCommandStep.getLabelFilterArg(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateCountSqlCommandStep.getShowSummary(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateToTagCommandStep.getShowSummary(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateCountCommandStep.getShowSummary(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateSqlCommandStep.getShowSummary(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateCommandStep.getShowSummary(CommandScope commandScope) |
UpdateSummaryEnum |
UpdateToTagSqlCommandStep.getShowSummary(CommandScope commandScope) |
abstract UpdateSummaryEnum |
AbstractUpdateCommandStep.getShowSummary(CommandScope commandScope) |
ChangeLogIterator |
UpdateToTagCommandStep.getStandardChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog changeLog) |
ChangeLogIterator |
UpdateCountCommandStep.getStandardChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog databaseChangeLog) |
ChangeLogIterator |
AbstractUpdateCommandStep.getStandardChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog changeLog) |
ChangeLogIterator |
UpdateToTagCommandStep.getStatusChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog changeLog) |
ChangeLogIterator |
UpdateCountCommandStep.getStatusChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog databaseChangeLog) |
ChangeLogIterator |
AbstractUpdateCommandStep.getStatusChangelogIterator(CommandScope commandScope,
Database database,
Contexts contexts,
LabelExpression labelExpression,
DatabaseChangeLog changeLog) |
boolean |
AbstractUpdateCommandStep.isUpToDate(CommandScope commandScope,
Database database,
DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labelExpression,
OutputStream outputStream)
Checks if the database is up-to-date.
|
static String |
InternalSnapshotCommandStep.printSnapshot(CommandScope commandScope,
CommandResults snapshotResults) |
void |
DiffChangelogCommandStep.validate(CommandScope commandScope) |
void |
GenerateChangelogCommandStep.validate(CommandScope commandScope) |
Constructor and Description |
---|
LegacyDeploymentDetails(CommandScope commandScope) |
TabularDeploymentDetails(CommandScope commandScope) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationValueProvider.validate(CommandScope commandScope)
Perform any validation of keys/values stored in this provider for the given commandScope.
|
void |
AbstractConfigurationValueProvider.validate(CommandScope commandScope)
Default implementation does no checking
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultsFileValueProvider.validate(CommandScope commandScope) |
void |
EnvironmentValueProvider.validate(CommandScope commandScope) |
Modifier and Type | Method and Description |
---|---|
static CommandScope |
CommandLineUtils.createDiffCommand(Database referenceDatabase,
Database targetDatabase,
String snapshotTypes,
CompareControl.SchemaComparison[] schemaComparisons,
ObjectChangeFilter objectChangeFilter,
PrintStream output) |
Copyright © 2023 Liquibase.org. All rights reserved.