public class SystemPropertyValueProvider extends AbstractMapConfigurationValueProvider
System.getProperties().
To improve usability, it will search for the given key case insensitively.
| Constructor and Description |
|---|
SystemPropertyValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<?,?> |
getMap() |
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
protected String |
getSourceDescription() |
getMapHash, getProvidedValue, isValueSet, keyMatches, lookupProvidedValuevalidatepublic int getPrecedence()
ConfigurationValueProviderScopeValueProviderDeprecatedConfigurationValueProviderSystemPropertyValueProviderDefaultsFileValueProviderprotected String getSourceDescription()
getSourceDescription in class AbstractMapConfigurationValueProviderprotected Map<?,?> getMap()
getMap in class AbstractMapConfigurationValueProviderCopyright © 2023 Liquibase.org. All rights reserved.