public class LiquibaseSdkConfigurationValueProvider extends AbstractMapConfigurationValueProvider
Constructor and Description |
---|
LiquibaseSdkConfigurationValueProvider() |
Modifier and Type | Method and Description |
---|---|
protected Map<?,?> |
getMap() |
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
protected String |
getSourceDescription() |
protected boolean |
isValueSet(Object value)
Used by
ConfigurationValueProvider.getProvidedValue(String[]) to determine if the given value is a "real" value. |
getMapHash, getProvidedValue, keyMatches, lookupProvidedValue
validate
public LiquibaseSdkConfigurationValueProvider()
public int getPrecedence()
ConfigurationValueProvider
ScopeValueProvider
DeprecatedConfigurationValueProvider
SystemPropertyValueProvider
DefaultsFileValueProvider
protected Map<?,?> getMap()
getMap
in class AbstractMapConfigurationValueProvider
protected String getSourceDescription()
getSourceDescription
in class AbstractMapConfigurationValueProvider
protected boolean isValueSet(Object value)
AbstractMapConfigurationValueProvider
ConfigurationValueProvider.getProvidedValue(String[])
to determine if the given value is a "real" value.
This implementation returns false if value is null or if it is an empty stringisValueSet
in class AbstractMapConfigurationValueProvider
Copyright © 2023 Liquibase.org. All rights reserved.