| Package | Description |
|---|---|
| liquibase.configuration | |
| liquibase.configuration.core | |
| liquibase.integration.servlet |
| Modifier and Type | Method and Description |
|---|---|
ProvidedValue |
ConfiguredValue.getProvidedValue()
Returns the "winning" value across all the possible
ConfigurationValueProvider. |
ProvidedValue |
AbstractMapConfigurationValueProvider.getProvidedValue(String... keyAndAliases)
Default implementation stores a cache of found known values, falling back to
AbstractMapConfigurationValueProvider.lookupProvidedValue(String...) when it is asked about a new key. |
ProvidedValue |
ConfigurationValueProvider.getProvidedValue(String... keyAndAliases)
Lookup the given key(s) in this source.
|
protected ProvidedValue |
AbstractMapConfigurationValueProvider.lookupProvidedValue(String... keyAndAliases)
Finds the given key in the result of
AbstractMapConfigurationValueProvider.getMap() using AbstractMapConfigurationValueProvider.keyMatches(String, String) to determine key equality. |
| Modifier and Type | Method and Description |
|---|---|
List<ProvidedValue> |
ConfiguredValue.getProvidedValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredValue.override(ProvidedValue details)
Replaces the current configured value with a higher-precedence one.
|
| Modifier and Type | Method and Description |
|---|---|
ProvidedValue |
ScopeValueProvider.getProvidedValue(String... keyAndAliases) |
| Modifier and Type | Method and Description |
|---|---|
ProvidedValue |
ServletConfigurationValueProvider.getProvidedValue(String... keyAndAliases)
Try to read the value that is stored by the given key from
JNDI
the servlet context's init parameters
system properties
|
Copyright © 2023 Liquibase.org. All rights reserved.