Skip navigation links
A B C D E F G I O P S T W 

A

addPropertyConverter(Class<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds a property converter for the a given type to the configuration to be build.
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
 
addPropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more property filter instances to the configuration to be build.
addPropertySource(URL) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one resources with properties in an arbitrary format to the configuration to be build.
addPropertySourceProviders(PropertySourceProvider...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more property source provider instances to the configuration to be build.
addPropertySources(URL...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more resources with properties in an arbitrary format to the configuration to be build.
addPropertySources(Collection<URL>) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more resources with properties in an arbitrary format to the configuration to be build.
addPropertySources(String...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more resources with properties in an arbitrary format to the configuration to be build.
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more property source instances to the configuration to be build.

B

build() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Builds a new configuration based on the configuration of this builder instance.
build() - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Creates a new immutable PropertySource instance.

C

ConfigurationBuilder - Class in org.apache.tamaya.builder
Builder class used for building a configuration manually without relying only on the Service Provider Interface API.
ConfigurationBuilder() - Constructor for class org.apache.tamaya.builder.ConfigurationBuilder
Creates a new builder instance.

D

disableProvidedPropertyConverters() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Disables the automatic loading of all PropertyConverter service providers.
disableProvidedPropertyFilters() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Disables the automatic loading of all PropertyFilter service providers.
disableProvidedPropertySourceProviders() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Disables the automatic loading of property source providers provided via the SPI API.
disableProvidedPropertySources() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Disables the automatic loading of all PropertySource service providers.

E

enabledProvidedPropertyFilters() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Enables the automatic loading of all PropertyFilter service providers.
enableProvidedPropertyConverters() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Enables the loading of all PropertyConverter service providers.
enableProvidedPropertySourceProviders() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Enables the automatic loading of property source providers provided via the SPI API.
enableProvidedPropertySources() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Enables the automatic loading of all PropertySource service providers.

F

from(String) - Static method in class org.apache.tamaya.builder.PropertySourceBuilder
Gets a new instance of a builder.

G

get(String) - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getConfigurationDataFromURL(URL) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
 
getDefaultOrdinal() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getName() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getOrdinal() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getProperties() - Method in class org.apache.tamaya.builder.SimplePropertySource
 

I

isPropertyConverterLoadingEnabled() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Checks if the automatic loading of all PropertyConverter service providers is enabled or disabled.
isPropertyFilterLoadingEnabled() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Checks if the automatic loading of all PropertyFilter service providers is enabled or disabled.
isPropertySourceProvidersLoadingEnabled() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Checks if the automatic loading of PropertySourceProviders is enabled or disabled.
isPropertySourcesLoadingEnabled() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Checks if the automatic loading of all PropertySource service providers is enabled or disabled.
isScannable() - Method in class org.apache.tamaya.builder.SimplePropertySource
 

O

of(String) - Static method in class org.apache.tamaya.builder.PropertySourceBuilder
Gets a new instance of a builder.
org.apache.tamaya.builder - package org.apache.tamaya.builder
This package provides a configuration builder that allows to build a configuration manually without using exclusively on the Service Provider Interface API of Tamaya.

P

PropertySourceBuilder - Class in org.apache.tamaya.builder
Simple builder for building a PropertySource.
put(String, String) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Sets a new property key/value.
putAll(Map<String, String>) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Put all the given key, values.
putAll(PropertySource) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Puts all values from the given property source.

S

setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
 
SimplePropertySource - Class in org.apache.tamaya.builder
Simple property source implementation using a map.
SimplePropertySource(String, Map<String, String>) - Constructor for class org.apache.tamaya.builder.SimplePropertySource
 

T

toString() - Method in class org.apache.tamaya.builder.PropertySourceBuilder
 
toString() - Method in class org.apache.tamaya.builder.SimplePropertySource
 

W

withOrdinal(int) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Sets the ordinal to be used explicitly (instead evaluating it using tamaya.ordinal.
A B C D E F G I O P S T W 
Skip navigation links

Copyright © 2015 Apache Software Foundation. All rights reserved.