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)
ConfigurationValueProvider
getValue
in interface ConfigurationValueProvider
public String describeValueLookupLogic(ConfigurationProperty property)
ConfigurationValueProvider
LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)
describeValueLookupLogic
in interface ConfigurationValueProvider
Copyright © 2017 Liquibase.org. All rights reserved.