| Package | Description |
|---|---|
| org.apache.tamaya | |
| org.apache.tamaya.spi |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationContext |
ConfigurationProvider.getConfigurationContext()
Deprecated.
Use
Configuration.getContext() instead of. |
ConfigurationContext |
Configuration.getContext()
Access a configuration's context.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
ConfigurationProvider.createConfiguration(ConfigurationContext context)
Creates a new configuration instance based on the given context.
|
static void |
ConfigurationProvider.setConfigurationContext(ConfigurationContext context)
Deprecated.
Use #setConfiguration(Configuration) instead of.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContext |
ConfigurationContextBuilder.build()
Builds a new
ConfigurationContext based on the data in this builder. |
ConfigurationContext |
ConversionContext.getConfigurationContext() |
ConfigurationContext |
ConfigurationProviderSpi.getConfigurationContext()
Deprecated.
Will be removed in favour of
Configuration.getContext(). |
ConfigurationContext |
FilterContext.getContext()
Get the current context.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationProviderSpi.createConfiguration(ConfigurationContext context)
Create a
Configuration instance using the given context. |
ConversionContext.Builder |
ConversionContext.Builder.setConfigurationContext(ConfigurationContext configurationContext)
Sets the configuration.
|
void |
ConfigurationProviderSpi.setConfigurationContext(ConfigurationContext context)
Deprecated.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.setContext(ConfigurationContext context)
Init this builder instance with the given
ConfigurationContext instance. |
| Constructor and Description |
|---|
Builder(Configuration configuration,
ConfigurationContext configurationContext,
String key,
TypeLiteral<?> targetType)
Creates a new Builder instance.
|
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(). |
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.