| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurationValueProvider
Convenience base class for
ConfigurationValueProvider implementations |
class |
AbstractMapConfigurationValueProvider
Convenience class for
ConfigurationValueProviders that can collect the possible values into a Map. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationValueProvider |
ProvidedValue.getProvider()
The provider for this value
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<ConfigurationValueProvider> |
LiquibaseConfiguration.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
<DataType> ConfiguredValue<DataType> |
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator,
ConfigurationValueProvider[] additionalValueProviders,
String... keyAndAliases)
Searches for the given keys in the current providers and applies any applicable modifiers.
|
ConfiguredValue<DataType> |
ConfigurationDefinition.getCurrentConfiguredValue(ConfigurationValueProvider... additionalValueProviders) |
void |
LiquibaseConfiguration.registerProvider(ConfigurationValueProvider valueProvider)
Adds a new
ConfigurationValueProvider to the active collection of providers. |
boolean |
LiquibaseConfiguration.removeProvider(ConfigurationValueProvider provider)
Removes a specific
ConfigurationValueProvider from the active collection of providers. |
boolean |
LiquibaseConfiguration.unregisterProvider(ConfigurationValueProvider valueProvider)
Removes the given
ConfigurationValueProvider from the active collection of providers. |
| Constructor and Description |
|---|
ProvidedValue(String requestedKey,
String actualKey,
Object value,
String sourceDescription,
ConfigurationValueProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultsFileValueProvider |
class |
DeprecatedConfigurationValueProvider
Deprecated.
|
class |
EnvironmentValueProvider
Searches for the configuration values in the system environment variables.
|
class |
ScopeValueProvider
Searches the
Scope for the given key. |
class |
SystemPropertyValueProvider
Searches for the configuration values in the system properties
System.getProperties(). |
| Modifier and Type | Class and Description |
|---|---|
class |
LiquibaseSdkConfigurationValueProvider |
| Constructor and Description |
|---|
SetupConfigurationValueProvider(groovy.lang.Closure<ConfigurationValueProvider> configurationValueProvider)
Create a new configuration value provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineArgumentValueProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletConfigurationValueProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCommandArgumentValueProvider |
Copyright © 2023 Liquibase.org. All rights reserved.