public interface ConfigurationValueProvider
SystemPropertyProvider
can look up property values in system properties.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.
|
Object getValue(String namespace, String property)
String describeValueLookupLogic(ConfigurationProperty property)
LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)
Copyright © 2020 Liquibase.org. All rights reserved.