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, lookupProvidedValue
validate
public int getPrecedence()
ConfigurationValueProvider
ScopeValueProvider
DeprecatedConfigurationValueProvider
SystemPropertyValueProvider
DefaultsFileValueProvider
protected String getSourceDescription()
getSourceDescription
in class AbstractMapConfigurationValueProvider
protected Map<?,?> getMap()
getMap
in class AbstractMapConfigurationValueProvider
Copyright © 2023 Liquibase.org. All rights reserved.