public class DefaultConfigurationContextBuilder extends Object implements org.apache.tamaya.spi.ConfigurationContextBuilder
ConfigurationContextBuilder.| Constructor and Description |
|---|
DefaultConfigurationContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.tamaya.spi.ConfigurationContextBuilder |
addPropertyConverter(org.apache.tamaya.TypeLiteral<T> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<T> propertyConverter) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
addPropertyFilters(Collection<org.apache.tamaya.spi.PropertyFilter> filters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
addPropertyFilters(org.apache.tamaya.spi.PropertyFilter... filters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
addPropertySources(Collection<org.apache.tamaya.spi.PropertySource> propertySourcesToAdd) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
addPropertySources(org.apache.tamaya.spi.PropertySource... propertySourcesToAdd) |
org.apache.tamaya.spi.ConfigurationContext |
build() |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertyConverters(org.apache.tamaya.TypeLiteral<?> typeToConvert,
Collection<org.apache.tamaya.spi.PropertyConverter<?>> converters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertyConverters(org.apache.tamaya.TypeLiteral<?> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<?>... converters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertyFilters(Collection<org.apache.tamaya.spi.PropertyFilter> filters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertyFilters(org.apache.tamaya.spi.PropertyFilter... filters) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertySources(Collection<String> propertySourcesToRemove) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
removePropertySources(String... propertySourcesToRemove) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
setContext(org.apache.tamaya.spi.ConfigurationContext context) |
org.apache.tamaya.spi.ConfigurationContextBuilder |
setPropertyValueCombinationPolicy(org.apache.tamaya.spi.PropertyValueCombinationPolicy policy) |
public org.apache.tamaya.spi.ConfigurationContextBuilder setContext(org.apache.tamaya.spi.ConfigurationContext context)
setContext in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder addPropertySources(Collection<org.apache.tamaya.spi.PropertySource> propertySourcesToAdd)
addPropertySources in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder addPropertySources(org.apache.tamaya.spi.PropertySource... propertySourcesToAdd)
addPropertySources in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertySources(Collection<String> propertySourcesToRemove)
removePropertySources in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertySources(String... propertySourcesToRemove)
removePropertySources in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder addPropertyFilters(Collection<org.apache.tamaya.spi.PropertyFilter> filters)
addPropertyFilters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder addPropertyFilters(org.apache.tamaya.spi.PropertyFilter... filters)
addPropertyFilters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertyFilters(Collection<org.apache.tamaya.spi.PropertyFilter> filters)
removePropertyFilters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertyFilters(org.apache.tamaya.spi.PropertyFilter... filters)
removePropertyFilters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic <T> org.apache.tamaya.spi.ConfigurationContextBuilder addPropertyConverter(org.apache.tamaya.TypeLiteral<T> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<T> propertyConverter)
addPropertyConverter in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertyConverters(org.apache.tamaya.TypeLiteral<?> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<?>... converters)
removePropertyConverters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder removePropertyConverters(org.apache.tamaya.TypeLiteral<?> typeToConvert,
Collection<org.apache.tamaya.spi.PropertyConverter<?>> converters)
removePropertyConverters in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContextBuilder setPropertyValueCombinationPolicy(org.apache.tamaya.spi.PropertyValueCombinationPolicy policy)
setPropertyValueCombinationPolicy in interface org.apache.tamaya.spi.ConfigurationContextBuilderpublic org.apache.tamaya.spi.ConfigurationContext build()
build in interface org.apache.tamaya.spi.ConfigurationContextBuilderCopyright © 2014–2016 Apache Software Foundation. All rights reserved.