Skip navigation links
A B C D E F G H I L M N O P Q R S T W 

A

addDefaultPropertyConverters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addDefaultPropertyFilters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addDefaultPropertySources() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
addPropertyConverters(TypeLiteral<T>, PropertyConverter<T>...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertyConverters(TypeLiteral<T>, Collection<PropertyConverter<T>>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
Deprecated.
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
addPropertySources(Collection<PropertySource>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
applyFilter(PropertyValue, ConfigurationContext) - Static method in class org.apache.tamaya.spisupport.PropertyFiltering
Filters a single value.
applyFilters(Map<String, PropertyValue>, ConfigurationContext) - Static method in class org.apache.tamaya.spisupport.PropertyFiltering
Filters all properties.

B

BasePropertySource - Class in org.apache.tamaya.spisupport
Abstract PropertySource that allows to set a default ordinal that will be used, if no ordinal is provided with the config.
BasePropertySource(String) - Constructor for class org.apache.tamaya.spisupport.BasePropertySource
Constructor.
BasePropertySource(int) - Constructor for class org.apache.tamaya.spisupport.BasePropertySource
Constructor.
BasePropertySource(String, int) - Constructor for class org.apache.tamaya.spisupport.BasePropertySource
Constructor.
BasePropertySource() - Constructor for class org.apache.tamaya.spisupport.BasePropertySource
Constructor, using a default ordinal of 0.
build() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
Builds a new configuration based on the configuration of this builder instance.
build() - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Returns a SimplePropertySource built from the parameters previously set.

C

CLIPropertySource - Class in org.apache.tamaya.spisupport
PropertySource that allows to add the programs main arguments as configuration entries.
CLIPropertySource() - Constructor for class org.apache.tamaya.spisupport.CLIPropertySource
Creates a new instance.
CLIPropertySource(String...) - Constructor for class org.apache.tamaya.spisupport.CLIPropertySource
Creates a new instance, allows optionally to pass the main arguments.
CLIPropertySource(int, String...) - Constructor for class org.apache.tamaya.spisupport.CLIPropertySource
Creates a new instance, allows optionally to pass the main arguments.
compare(Object, Object) - Method in class org.apache.tamaya.spisupport.PriorityServiceComparator
 
compare(PropertyFilter, PropertyFilter) - Method in class org.apache.tamaya.spisupport.PropertyFilterComparator
 
compare(PropertySource, PropertySource) - Method in class org.apache.tamaya.spisupport.PropertySourceComparator
 
ConfigValueEvaluator - Interface in org.apache.tamaya.spisupport
Component SPI which encapsulates the evaluation of a single or full rawvalue for a ConfigurationContext.
convert(String, ConversionContext) - Method in class org.apache.tamaya.spisupport.EnumConverter
 
convertValue(String, String, TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
createDefaultPropertyConverter(TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Creates a dynamic PropertyConverter for the given target type.

D

decreasePriority(PropertySource) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
DEFAULT_ORDINAL - Static variable in class org.apache.tamaya.spisupport.EnvironmentPropertySource
Default ordinal used.
DEFAULT_ORDINAL - Static variable in class org.apache.tamaya.spisupport.SystemPropertySource
default ordinal used.
DefaultConfiguration - Class in org.apache.tamaya.spisupport
Implementation of the Configuration API.
DefaultConfiguration(ConfigurationContext) - Constructor for class org.apache.tamaya.spisupport.DefaultConfiguration
Constructor.
DefaultConfigurationContext - Class in org.apache.tamaya.spisupport
Default Implementation of a simple ConfigurationContext.
DefaultConfigurationContext() - Constructor for class org.apache.tamaya.spisupport.DefaultConfigurationContext
Creates an empty Configuration context.
DefaultConfigurationContextBuilder - Class in org.apache.tamaya.spisupport
Default implementation of ConfigurationContextBuilder.
DefaultConfigurationContextBuilder() - Constructor for class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
Creates a new builder instance.
DefaultConfigurationContextBuilder(ConfigurationContext) - Constructor for class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
Creates a new builder instance.
DefaultConfigValueEvaluator - Class in org.apache.tamaya.spisupport
Implementation of the Configuration API.
DefaultConfigValueEvaluator() - Constructor for class org.apache.tamaya.spisupport.DefaultConfigValueEvaluator
 

E

EnumConverter<T> - Class in org.apache.tamaya.spisupport
Converter, converting from String to tge given enum type.
EnumConverter(Class<T>) - Constructor for class org.apache.tamaya.spisupport.EnumConverter
 
EnvironmentPropertySource - Class in org.apache.tamaya.spisupport
This PropertySource provides all Properties which are set via export myprop=myval on UNIX Systems or set myprop=myval on Windows.
EnvironmentPropertySource() - Constructor for class org.apache.tamaya.spisupport.EnvironmentPropertySource
Creates a new instance.
EnvironmentPropertySource(int) - Constructor for class org.apache.tamaya.spisupport.EnvironmentPropertySource
Creates a new instance using a fixed ordinal value.
EnvironmentPropertySource(String, int) - Constructor for class org.apache.tamaya.spisupport.EnvironmentPropertySource
Creates a new instance.
EnvironmentPropertySource(String) - Constructor for class org.apache.tamaya.spisupport.EnvironmentPropertySource
Creates a new instance.
equals(Object) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
equals(Object) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
 
evaluateRawValues(ConfigurationContext) - Method in interface org.apache.tamaya.spisupport.ConfigValueEvaluator
Evaluates all property values from a ConfigurationContext.
evaluateRawValues(ConfigurationContext) - Method in class org.apache.tamaya.spisupport.DefaultConfigValueEvaluator
 
evaluteRawValue(String, ConfigurationContext) - Method in interface org.apache.tamaya.spisupport.ConfigValueEvaluator
Evaluates single value using a ConfigurationContext.
evaluteRawValue(String) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Evaluates the raw value using the context's PropertyValueCombinationPolicy.
evaluteRawValue(String, ConfigurationContext) - Method in class org.apache.tamaya.spisupport.DefaultConfigValueEvaluator
 

F

filterProperty(PropertyValue, FilterContext) - Method in class org.apache.tamaya.spisupport.RegexPropertyFilter
 

G

get(String) - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
get(String) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Get a given value, filtered with the context's filters as needed.
get(String, Class<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Accesses the current String value for the given key and tries to convert it using the PropertyConverter instances provided by the current ConfigurationContext.
get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Accesses the current String value for the given key and tries to convert it using the PropertyConverter instances provided by the current ConfigurationContext.
get(String) - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
get(String) - Method in class org.apache.tamaya.spisupport.SystemPropertySource
 
getContext() - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
getDefaultOrdinal() - Method in class org.apache.tamaya.spisupport.BasePropertySource
Returns the default ordinal used, when no ordinal is set, or the ordinal was not parseable to an int value.
getDefaultOrdinal() - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
getInstance() - Static method in class org.apache.tamaya.spisupport.PriorityServiceComparator
Get the shared instance of the comparator.
getInstance() - Static method in class org.apache.tamaya.spisupport.PropertyFilterComparator
Get the shared instance of the comparator.
getInstance() - Static method in class org.apache.tamaya.spisupport.PropertySourceComparator
Get the shared instance of the comparator.
getMap(Properties) - Static method in class org.apache.tamaya.spisupport.MapPropertySource
Simple method to convert Properties into a Map instance.
getName() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
getName() - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
getName() - Method in class org.apache.tamaya.spisupport.SystemPropertySource
 
getOrDefault(String, String) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
getOrDefault(String, TypeLiteral<T>, T) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
getOrdinal() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
getOrdinal(PropertySource) - Static method in class org.apache.tamaya.spisupport.PropertySourceComparator
 
getPriority(Object) - Static method in class org.apache.tamaya.spisupport.PriorityServiceComparator
Checks the given instance for a @Priority annotation.
getProperties() - Method in class org.apache.tamaya.spisupport.CLIPropertySource
 
getProperties() - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Get the current properties, composed by the loaded PropertySource and filtered by registered PropertyFilter.
getProperties() - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
getProperties() - Method in class org.apache.tamaya.spisupport.MapPropertySource
 
getProperties() - Method in class org.apache.tamaya.spisupport.SimplePropertySource
 
getProperties() - Method in class org.apache.tamaya.spisupport.SystemPropertySource
 
getPropertyConverter() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
getPropertyConverters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertyConverters() - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Get a map of all property converters currently registered.
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Get the list of all current registered converters for the given target type.
getPropertyFilters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertyFilters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
getPropertySource(String) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 

H

hashCode() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
hashCode() - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
 
highestPriority(PropertySource) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 

I

increasePriority(PropertySource) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
initConverters() - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Registers the default converters provided out of the box.
initMainArgs(String...) - Static method in class org.apache.tamaya.spisupport.CLIPropertySource
Configure the main arguments, hereby parsing and mapping the main arguments into configuration propertiesi as key-value pairs.
isScannable() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
isScannable() - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
isScannable() - Method in class org.apache.tamaya.spisupport.SystemPropertySource
 
isTargetTypeSupported(TypeLiteral<?>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Allows to evaluate if a given target type is supported.

L

loadDefaults() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
lowestPriority(PropertySource) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 

M

MapPropertySource - Class in org.apache.tamaya.spisupport
Simple PropertySource implementation that just takes a Map and an (optional) priority.
MapPropertySource(String, Map<String, String>) - Constructor for class org.apache.tamaya.spisupport.MapPropertySource
Creates a new instance, hereby using the default mechanism for evaluating the property source's priority.
MapPropertySource(String, Map<String, String>, String) - Constructor for class org.apache.tamaya.spisupport.MapPropertySource
Creates a new instance, hereby using the default mechanism for evaluating the property source's priority, but applying a custom mapping prefix to the entries provided.
MapPropertySource(String, Properties, String) - Constructor for class org.apache.tamaya.spisupport.MapPropertySource
Creates a new instance, hereby using the default mechanism for evaluating the property source's priority, but applying a custom mapping rootContext to the entries provided.

N

newBuilder() - Static method in class org.apache.tamaya.spisupport.SimplePropertySource
 

O

org.apache.tamaya.spisupport - package org.apache.tamaya.spisupport
 

P

PriorityServiceComparator - Class in org.apache.tamaya.spisupport
Comparator implementation for odering services loaded based on their increasing priority values.
PropertiesResourcePropertySource - Class in org.apache.tamaya.spisupport
Simple PropertySource, with a fixed ordinal that reads a .properties file from a given URL.
PropertiesResourcePropertySource(URL) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertiesResourcePropertySource(URL, String) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertiesResourcePropertySource(String, String) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertiesResourcePropertySource(String, String, ClassLoader) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertyConverterManager - Class in org.apache.tamaya.spisupport
Manager that deals with PropertyConverter instances.
PropertyConverterManager() - Constructor for class org.apache.tamaya.spisupport.PropertyConverterManager
Constructor.
PropertyConverterManager(boolean) - Constructor for class org.apache.tamaya.spisupport.PropertyConverterManager
 
PropertyFilterComparator - Class in org.apache.tamaya.spisupport
Comparator for PropertyFilters based on their priority annotations.
PropertyFiltering - Class in org.apache.tamaya.spisupport
Implementation of the Configuration API.
PropertySourceComparator - Class in org.apache.tamaya.spisupport
Comparator for ordering of PropertySources based on their ordinal method and class name.

Q

query(ConfigQuery<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 

R

RegexPropertyFilter - Class in org.apache.tamaya.spisupport
Predicate filtering using a regex expression operating on the key.
RegexPropertyFilter() - Constructor for class org.apache.tamaya.spisupport.RegexPropertyFilter
 
register(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Registers a ew converter instance.
removePropertyConverters(TypeLiteral<T>, PropertyConverter<T>...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<T>, Collection<PropertyConverter<T>>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<?>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertySources(PropertySource...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
removePropertySources(Collection<PropertySource>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 

S

setContext(ConfigurationContext) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
setDefaultOrdinal(Integer) - Method in class org.apache.tamaya.spisupport.BasePropertySource
Allows to set the ordinal of this property source explcitly.
setExcludes(String...) - Method in class org.apache.tamaya.spisupport.RegexPropertyFilter
Sets the regex expression to be applied on the key to remove the corresponding entries if matching.
setIncludes(String...) - Method in class org.apache.tamaya.spisupport.RegexPropertyFilter
Sets the regex expression to be applied on the key to filter the corresponding entry if matching.
setName(String) - Method in class org.apache.tamaya.spisupport.BasePropertySource
Sets the property source's (unique) name.
setOrdinal(Integer) - Method in class org.apache.tamaya.spisupport.BasePropertySource
Allows to set the ordinal of this property source explcitly.
setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
SimplePropertySource - Class in org.apache.tamaya.spisupport
Simple implementation of a PropertySource for simple property files and XML property files.
SimplePropertySource(File) - Constructor for class org.apache.tamaya.spisupport.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(URL) - Constructor for class org.apache.tamaya.spisupport.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(String, Map<String, String>, int) - Constructor for class org.apache.tamaya.spisupport.SimplePropertySource
Creates a new Properties based PropertySource.
SimplePropertySource(String, Map<String, String>) - Constructor for class org.apache.tamaya.spisupport.SimplePropertySource
Creates a new Properties based PropertySource based on the given properties map.
SimplePropertySource(String, URL) - Constructor for class org.apache.tamaya.spisupport.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource.Builder - Class in org.apache.tamaya.spisupport
SimplePropertySource builder static inner class.
sortPropertyFilter(Comparator<PropertyFilter>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
sortPropertySources(Comparator<PropertySource>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContextBuilder
 
SystemPropertySource - Class in org.apache.tamaya.spisupport
This PropertySource manages the system properties.
SystemPropertySource() - Constructor for class org.apache.tamaya.spisupport.SystemPropertySource
Creates a new instance.
SystemPropertySource(int) - Constructor for class org.apache.tamaya.spisupport.SystemPropertySource
Creates a new instance using a fixed ordinal value.
SystemPropertySource(String, int) - Constructor for class org.apache.tamaya.spisupport.SystemPropertySource
Creates a new instance.
SystemPropertySource(String) - Constructor for class org.apache.tamaya.spisupport.SystemPropertySource
Creates a new instance.

T

toBuilder() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
toString() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
toString() - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
toString() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
toString() - Method in class org.apache.tamaya.spisupport.DefaultConfigValueEvaluator
 
toString() - Method in class org.apache.tamaya.spisupport.RegexPropertyFilter
 
toStringValues() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
toStringValues() - Method in class org.apache.tamaya.spisupport.CLIPropertySource
 
toStringValues() - Method in class org.apache.tamaya.spisupport.EnvironmentPropertySource
 
toStringValues() - Method in class org.apache.tamaya.spisupport.SystemPropertySource
 

W

with(ConfigOperator) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
withDefaultOrdinal(int) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the defaultOrdinal and returns a reference to this Builder so that the methods can be chained together.
withName(String) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the name and returns a reference to this Builder so that the methods can be chained together.
withOrdinal(int) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the ordinal and returns a reference to this Builder so that the methods can be chained together.
withProperties(URL) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Reads the properties from the given resource and returns a reference to this Builder so that the methods can be chained together.
withProperties(File) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Reads the properties from the given resource and returns a reference to this Builder so that the methods can be chained together.
withProperties(Map<String, String>) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the properties and returns a reference to this Builder so that the methods can be chained together.
withProperty(String, String) - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the properties and returns a reference to this Builder so that the methods can be chained together.
withUuidName() - Method in class org.apache.tamaya.spisupport.SimplePropertySource.Builder
Sets the name to a new UUID and returns a reference to this Builder so that the methods can be chained together.
A B C D E F G H I L M N O P Q R S T W 
Skip navigation links

Copyright © 2016–2017 Apache Software Foundation. All rights reserved.