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.
|
default 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. |
default 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(java.util.function.Predicate<PropertyFilter> selector)
Removes the given PropertyFilter instances.
|
default 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(java.util.function.Predicate<PropertySource> selector)
Remove the property sources selected by the given selector predicate.
|
default 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 new updates instance for changing the current ConfigurationContext.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.