public final class PropertyFiltering extends Object
ConfigurationContext to evaluate the
chain of PropertySource and PropertyFilter
instance to evaluate the current Configuration.| Modifier and Type | Method and Description |
|---|---|
static org.apache.tamaya.spi.PropertyValue |
applyFilter(org.apache.tamaya.spi.PropertyValue value,
org.apache.tamaya.spi.ConfigurationContext context)
Filters a single value.
|
static Map<String,org.apache.tamaya.spi.PropertyValue> |
applyFilters(Map<String,org.apache.tamaya.spi.PropertyValue> rawProperties,
org.apache.tamaya.spi.ConfigurationContext context)
Filters all properties.
|
public static org.apache.tamaya.spi.PropertyValue applyFilter(org.apache.tamaya.spi.PropertyValue value,
org.apache.tamaya.spi.ConfigurationContext context)
value - the raw value, not null.context - the contextpublic static Map<String,org.apache.tamaya.spi.PropertyValue> applyFilters(Map<String,org.apache.tamaya.spi.PropertyValue> rawProperties, org.apache.tamaya.spi.ConfigurationContext context)
rawProperties - the unfiltered properties, not null.context - the contextCopyright © 2016–2017 Apache Software Foundation. All rights reserved.