| Package | Description |
|---|---|
| org.apache.tamaya.spi |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValueBuilder.build()
Creates a new immutable
PropertyValue. |
PropertyValue |
PropertyValueCombinationPolicy.collect(PropertyValue currentValue,
String key,
PropertySource propertySource)
Method that is called for each value evaluated by a PropertySource for the given key.
|
PropertyValue |
PropertyFilter.filterProperty(PropertyValue value,
FilterContext context)
Maps the current
valueToBeFiltered value to a new value. |
PropertyValue |
PropertySource.get(String key)
Access a property.
|
PropertyValue |
FilterContext.getProperty()
Get the property value under evaluation.
|
static PropertyValue |
PropertyValue.of(String key,
String value,
String source)
Creates a new PropertyValue without any metadata..
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyValue> |
FilterContext.getConfigEntries()
This map contains the following keys:
the original value before any filters were applied on it.
|
Map<String,PropertyValue> |
PropertySource.getProperties()
Access the current properties as Set.
|
static Map<String,PropertyValue> |
PropertyValue.map(Map<String,String> config,
String source)
Maps a map of
Map<String,String> to a Map<String,PropertyValue>. |
static Map<String,PropertyValue> |
PropertyValue.map(Map<String,String> config,
String source,
Map<String,String> metaData)
Maps a map of
Map<String,String> to a Map<String,PropertyValue>. |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValueCombinationPolicy.collect(PropertyValue currentValue,
String key,
PropertySource propertySource)
Method that is called for each value evaluated by a PropertySource for the given key.
|
PropertyValue |
PropertyFilter.filterProperty(PropertyValue value,
FilterContext context)
Maps the current
valueToBeFiltered value to a new value. |
| Constructor and Description |
|---|
FilterContext(PropertyValue value,
ConfigurationContext context)
Creates a new FilterContext, for filtering of a single value access
using
Configuration.getProperties(). |
FilterContext(PropertyValue value,
Map<String,PropertyValue> configEntries,
ConfigurationContext context)
Creates a new FilterContext, for filtering of a multi value access
using
Configuration.getProperties(). |
| Constructor and Description |
|---|
FilterContext(PropertyValue value,
Map<String,PropertyValue> configEntries,
ConfigurationContext context)
Creates a new FilterContext, for filtering of a multi value access
using
Configuration.getProperties(). |
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.