Package | Description |
---|---|
org.apache.tamaya | |
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
static ConfigurationContextBuilder |
ConfigurationProvider.getConfigurationContextBuilder()
Create a new
ConfigurationContextBuilder instance. |
Modifier and Type | Method and Description |
---|---|
<T> ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyConverter(TypeLiteral<T> typeToConvert,
PropertyConverter<T> propertyConverter)
This method can be used for programmatically adding
PropertyConverter s. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyFilters(Collection<PropertyFilter> filters)
Adds the given PropertyFilter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyFilters(PropertyFilter... filters)
Adds the given PropertyFilter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertySources(Collection<PropertySource> propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertySources(PropertySource... propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
ConfigurationContextBuilder |
ConfigurationProviderSpi.getConfigurationContextBuilder()
Creates a new
ConfigurationContextBuilder instance. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyConverters(TypeLiteral<?> typeToConvert,
Collection<PropertyConverter<?>> converters)
Removes the given PropertyConverter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyConverters(TypeLiteral<?> typeToConvert,
PropertyConverter<?>... converters)
Removes the given PropertyConverter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(Collection<PropertyFilter> filters)
Removes the given PropertyFilter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(PropertyFilter... filters)
Removes the given PropertyFilter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertySources(Collection<String> propertySourcesNames)
This method can be used for programmatically adding
PropertySource s. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertySources(String... propertySourcesNames)
This method can be used for programmatically adding
PropertySource s. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.setContext(ConfigurationContext context)
Init this builder instance with the given
ConfigurationContext instance. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy policy)
Sets the
PropertyValueCombinationPolicy used to evaluate the final
property values. |
ConfigurationContextBuilder |
ConfigurationContext.toBuilder()
Creates a
ConfigurationContextBuilder preinitialized with the data from this instance. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.