public interface ConfigValueEvaluator
ConfigurationContext.| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.tamaya.spi.PropertyValue> |
evaluateRawValues(org.apache.tamaya.spi.ConfigurationContext context)
Evaluates all property values from a
ConfigurationContext. |
org.apache.tamaya.spi.PropertyValue |
evaluteRawValue(String key,
org.apache.tamaya.spi.ConfigurationContext context)
Evaluates single value using a
ConfigurationContext. |
org.apache.tamaya.spi.PropertyValue evaluteRawValue(String key, org.apache.tamaya.spi.ConfigurationContext context)
ConfigurationContext.key - the config key, not null.context - the context, not null.Copyright © 2016–2017 Apache Software Foundation. All rights reserved.