| 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 |
|---|---|
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 |
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 © 2022 Liquibase.org. All rights reserved.