|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationValueProvider
Interface for classes that are able to lookup overriding default LiquibaseConfiguration values.
For example, SystemPropertyProvider
can look up property values in system properties.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object getValue(String namespace, String property)
String describeValueLookupLogic(ConfigurationProperty property)
LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |