Modifier and Type | Method and Description |
---|---|
<T> ConfigurationBuilder |
ConfigurationBuilder.addPropertyConverter(Class<T> type,
org.apache.tamaya.spi.PropertyConverter<T> converter)
Adds a property converter for the a given type to the configuration to
be build.
|
<T> ConfigurationBuilder |
ConfigurationBuilder.addPropertyConverter(org.apache.tamaya.TypeLiteral<T> type,
org.apache.tamaya.spi.PropertyConverter<T> propertyConverter)
Adds a propertyConverter of a given type.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertyFilters(org.apache.tamaya.spi.PropertyFilter... filters)
Adds one or more property filter instances to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySource(URL url)
Adds one resources with properties in an arbitrary format
to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySourceProviders(org.apache.tamaya.spi.PropertySourceProvider... providers)
Adds one or more property source provider instances to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySources(Collection<URL> urls)
Adds one or more resources with properties in an arbitrary format
to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySources(org.apache.tamaya.spi.PropertySource... sources)
Adds one or more property source instances to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySources(String... urls)
Adds one or more resources with properties in an arbitrary format
to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.addPropertySources(URL... urls)
Adds one or more resources with properties in an arbitrary format
to the configuration to be build.
|
ConfigurationBuilder |
ConfigurationBuilder.disableProvidedPropertyConverters()
Disables the automatic loading of all
PropertyConverter
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.disableProvidedPropertyFilters()
Disables the automatic loading of all
PropertyFilter
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.disableProvidedPropertySourceProviders()
Disables the automatic loading of
property source providers provided via the SPI API. |
ConfigurationBuilder |
ConfigurationBuilder.disableProvidedPropertySources()
Disables the automatic loading of all
PropertySource
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.enabledProvidedPropertyFilters()
Enables the automatic loading of all
PropertyFilter
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.enableProvidedPropertyConverters()
Enables the loading of all
PropertyConverter
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.enableProvidedPropertySourceProviders()
Enables the automatic loading of
property source providers provided via the SPI API. |
ConfigurationBuilder |
ConfigurationBuilder.enableProvidedPropertySources()
Enables the automatic loading of all
PropertySource
service providers. |
ConfigurationBuilder |
ConfigurationBuilder.setPropertyValueCombinationPolicy(org.apache.tamaya.spi.PropertyValueCombinationPolicy propertyValueCombinationPolicy) |
Copyright © 2015–2016 Apache Software Foundation. All rights reserved.