public class ScopeValueProvider extends AbstractConfigurationValueProvider
Scope for the given key.
Does not perform any key smoothing/translating.| Constructor and Description |
|---|
ScopeValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
ProvidedValue |
getProvidedValue(String... keyAndAliases)
Lookup the given key(s) in this source.
|
protected Properties |
getSystemProperties() |
validatepublic int getPrecedence()
ConfigurationValueProviderScopeValueProviderDeprecatedConfigurationValueProviderSystemPropertyValueProviderDefaultsFileValueProviderpublic ProvidedValue getProvidedValue(String... keyAndAliases)
ConfigurationValueProviderkeyAndAliases - an array of keys to check, where the first element is the canonical key name, any aliases for that key as later elements.protected Properties getSystemProperties()
Copyright © 2023 Liquibase.org. All rights reserved.