| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.configuration |
| Modifier and Type | Method and Description |
|---|---|
<T> ConfiguredValue<T> |
CommandScope.getConfiguredValue(CommandArgumentDefinition<T> argument)
Returns the detailed information about how an argument is set.
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguredValue<DataType> |
ConfigurationDefinition.getCurrentConfiguredValue() |
<DataType> ConfiguredValue<DataType> |
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator,
String... keyAndAliases)
Searches for the given keys in the current providers and applies any applicable modifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredValueModifierFactory.override(ConfiguredValue configuredValue) |
void |
ConfiguredValueModifier.override(ConfiguredValue<DataType> object)
Called to potentially override the given
ConfiguredValue. |
Copyright © 2022 Liquibase.org. All rights reserved.