Package | Description |
---|---|
org.apache.tamaya | |
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
static ConfigurationContext |
ConfigurationProvider.getConfigurationContext()
Get access to the current ConfigurationContext.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationProvider.setConfigurationContext(ConfigurationContext context)
This method allows to replace the current
ConfigurationContext with a new
instance. |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ConfigurationContextBuilder.build()
Builds a
ConfigurationContext based on the data set. |
ConfigurationContext |
ConfigurationProviderSpi.getConfigurationContext()
Get access to the current
ConfigurationContext . |
Modifier and Type | Method and Description |
---|---|
default void |
ConfigurationProviderSpi.setConfigurationContext(ConfigurationContext context)
This method allows to replace the current
ConfigurationContext with a new
instance. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.setContext(ConfigurationContext context)
Init this builder instance with the given
ConfigurationContext instance. |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.