public class SystemPropertyProvider extends Object implements ConfigurationValueProvider
| Constructor and Description |
|---|
SystemPropertyProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
describeValueLookupLogic(ConfigurationProperty property)
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
|
Object |
getValue(String namespace,
String property)
Return the value for a given namespace and property.
|
public Object getValue(String namespace, String property)
ConfigurationValueProvidergetValue in interface ConfigurationValueProviderpublic String describeValueLookupLogic(ConfigurationProperty property)
ConfigurationValueProviderLiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)describeValueLookupLogic in interface ConfigurationValueProviderCopyright © 2018 Liquibase.org. All rights reserved.