| 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 |
CommandResults.getCommandScope()
The
CommandScope that was executed to produce this result. |
CommandScope |
CommandResultsBuilder.getCommandScope()
Return the
CommandScope the results are being built for. |
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 |
AbstractCommandStep.validate(CommandScope commandScope)
Default implementation does no additional validation.
|
void |
CommandStep.validate(CommandScope commandScope)
Validates that the
CommandScope is correctly set up for this step to run. |
| Constructor and Description |
|---|
CommandResults(SortedMap<String,Object> resultValues,
CommandScope commandScope) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
ChangelogSyncSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ExecuteSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ListLocksCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateTestingRollbackCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DiffChangelogCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
GenerateChangelogCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncToTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackToDateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCountCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackToDateSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SyncHubCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateToTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
CalculateChecksumCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
StatusCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ValidateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DropAllCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ClearChecksumsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SnapshotCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DbDocCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncToTagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
TagExistsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateToTagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
HistoryCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCountCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
TagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackFromTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ReleaseLocksCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DiffCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UnexpectedChangesetsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SnapshotReferenceCommandStep.collectArguments(CommandScope commandScope) |
DiffResult |
InternalDiffCommandStep.createDiffResult(CommandScope commandScope) |
protected DiffToChangeLog |
InternalDiffChangelogCommandStep.createDiffToChangeLogObject(DiffResult diffResult,
CommandScope commandScope) |
protected DatabaseSnapshot |
InternalDiffCommandStep.createReferenceSnapshot(CommandScope commandScope) |
protected DatabaseSnapshot |
InternalGenerateChangelogCommandStep.createTargetSnapshot(CommandScope commandScope) |
protected DatabaseSnapshot |
InternalDiffCommandStep.createTargetSnapshot(CommandScope commandScope) |
static String |
InternalSnapshotCommandStep.printSnapshot(CommandScope commandScope,
CommandResults snapshotResults) |
| Constructor and Description |
|---|
DeploymentDetails(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) |
| Modifier and Type | Method and Description |
|---|---|
static CommandScope |
CommandLineUtils.createDiffCommand(Database referenceDatabase,
Database targetDatabase,
String snapshotTypes,
CompareControl.SchemaComparison[] schemaComparisons,
ObjectChangeFilter objectChangeFilter,
PrintStream output) |
Copyright © 2022 Liquibase.org. All rights reserved.