Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractClassloaderAwareItemLoader<T> - Class in org.apache.tamaya.clsupport
This class implements an abstract base class, which basically provides a loading mechanism that supports loading and managing resources along the classloader hierarchies individually.
AbstractClassloaderAwareItemLoader() - Constructor for class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Creates a new instance, using the current Thread context classloader, or - if null - the classloader that loaded this class for initially initializing the loader instance.
AbstractClassloaderAwareItemLoader(ClassLoader) - Constructor for class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Creates a new instance, using the class loader given for initializing the resources loaded.
AbstractConfigModel - Class in org.apache.tamaya.model.spi
Default configuration Model for a configuration area.
AbstractConfigModel(String, boolean, String) - Constructor for class org.apache.tamaya.model.spi.AbstractConfigModel
 
AbstractMutablePropertySource - Class in org.apache.tamaya.mutableconfig.propertysources
Base class for implementing a MutablePropertySource.
AbstractMutablePropertySource() - Constructor for class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Constructor udsing zero' as default ordinal.
AbstractMutablePropertySource(int) - Constructor for class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Constructor allow to pass the default ordinal to be used.
AbstractPathPropertySourceProvider - Class in org.apache.tamaya.resource
Abstract base class that uses a descriptive resource path to define the locations of configuration files to be included into the configuration.
AbstractPathPropertySourceProvider(String...) - Constructor for class org.apache.tamaya.resource.AbstractPathPropertySourceProvider
Creates a new instance using the given resource paths.
accepts(URL) - Method in interface org.apache.tamaya.format.ConfigurationFormat
Allows the format to examine the given resource, e.g. for a matching file ending.
accepts(URL) - Method in class org.apache.tamaya.format.formats.IniConfigurationFormat
 
accepts(URL) - Method in class org.apache.tamaya.format.formats.PropertiesFormat
 
accepts(URL) - Method in class org.apache.tamaya.format.formats.PropertiesXmlFormat
 
accepts(URL) - Method in class org.apache.tamaya.json.JSONFormat
 
accepts(URL) - Method in class org.apache.tamaya.json.YAMLFormat
 
AccessDetail(String, String[]) - Constructor for class org.apache.tamaya.model.Usage.AccessDetail
 
Activator - Class in org.apache.tamaya.integration.osgi
Activator that registers the Tamaya based Service Class for ConfigurationAdmin, using a default service priority of 0.
Activator() - Constructor for class org.apache.tamaya.integration.osgi.Activator
 
AdaptiveCombinationPolicy - Class in org.apache.tamaya.collections.internal
PropertyValueCombinationPolicy that allows to configure a PropertyValueCombinationPolicy for each key individually, by adding a configured entry of the form _key.combination-policy=collect|override|fqPolicyClassName.
AdaptiveCombinationPolicy() - Constructor for class org.apache.tamaya.collections.internal.AdaptiveCombinationPolicy
 
addChange(String, String) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Applies a single key/value change.
addChanges(Configuration) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
addChanges(PropertySource) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
addContextData(String, Object) - Method in class org.apache.tamaya.spi.PropertyValueBuilder
Add an additional context data information.
addConverter(AfterBeanDiscovery, BeanManager) - Method in class org.apache.tamaya.integration.cdi.ConfigurationExtension
 
addFilter(PropertyFilter) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Add a filter.
addFilter(int, PropertyFilter) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Adds a filter at given position.
addIgnoredUsagePackages(String...) - Static method in class org.apache.tamaya.model.ConfigUsageStats
Adds the given packageNames to the list of packages to be ignored when collecting usage data.
addIgnoredUsagePackages(String...) - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
addIgnoredUsagePackages(String...) - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Adds the given packageNames to the list of packages to be ignored when collecting usage data.
addItems(Map<String, Object>, boolean) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that adds the given items.
addItems(Map<String, Object>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates an operator that adds items to the instance.
addItems(PropertySource, Map<String, String>, boolean) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Creates a ConfigOperator that adds the given items.
addItems(PropertySource, Map<String, String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Creates an operator that adds items to the instance.
addListener(ConfigEventListener) - Static method in class org.apache.tamaya.events.ConfigEventManager
Adds a Config listener that listens to all kind of ConfigEvent.
addListener(ConfigEventListener, Class<T>) - Static method in class org.apache.tamaya.events.ConfigEventManager
Adds a Config listener that listens to all kind of ConfigEvent.
addListener(ConfigEventListener) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
addListener(ConfigEventListener, Class<T>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
addListener(ConfigEventListener) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Adds a listener for observing events.
addListener(ConfigEventListener, Class<T>) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Adds a listener for observing events of a given type.
addListener(PropertyChangeListener) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Add a listener to be called as weak reference, when this value has been changed.
addProperties(Map<String, String>) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Adds the given entries to the default section, all existing values will be overridden.
addProperty(String, String) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Adds a single entry to the default section.
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
Adds a propertyConverter of a given type.
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method can be used for programmatically adding PropertyConverters.
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
This method can be used for programmatically adding PropertyConverters.
addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
addPropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Adds one or more property filter instances to the configuration to be build.
addPropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
addPropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
addPropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
addPropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
addPropertyFilters(PropertyFilter...) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Adds the given PropertyFilter instances.
addPropertyFilters(Collection<PropertyFilter>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Adds the given PropertyFilter instances.
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.
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
addPropertySources(Collection<PropertySource>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
addPropertySources(Collection<PropertySource>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
addPropertySources(PropertySource...) - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method can be used for programmatically adding PropertySources.
addPropertySources(PropertySource...) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
This method can be used for programmatically adding PropertySources.
addPropertySources(Collection<PropertySource>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
This method can be used for programmatically adding PropertySources.
addPropertySources(PropertySource...) - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
addSectionProperties(String, Map<String, String>) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Adds the given entries to the given section, all existing values will be overridden.
addSectionProperty(String, String, String) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Adds a single entry to a target section.
addSections(String...) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Adds (empty) sections,if they are not yet existing.
addSupportedFormats(Class<? extends PropertyConverter>, String...) - Method in class org.apache.tamaya.spi.ConversionContext
Allows to add information on the supported/tried formats, which can be shown to the user, especially when conversion failed.
addSupportedFormats(Class<? extends PropertyConverter>, String...) - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Add the formats provided by a PropertyConverter.
addValidations(ConfigModel...) - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Add configModels.
addValidations(Collection<ConfigModel>) - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Add configModels.
addViewButton(String, String) - Method in class org.apache.tamaya.ui.NavBar
 
afterViewChange(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.components.PageTitleUpdater
 
afterViewChange(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.NavBar
 
annotatedField - Variable in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
The configured field instance.
ApplicationLayout - Class in org.apache.tamaya.ui
UI main layout.
ApplicationLayout() - Constructor for class org.apache.tamaya.ui.ApplicationLayout
 
apply(String) - Method in class org.apache.tamaya.integration.camel.TamayaPropertyResolver
 
applyChange(Collection<PropertySource>, UUID, String, String) - Method in interface org.apache.tamaya.mutableconfig.ChangePropagationPolicy
Method being called when a single key/value pair has been added or updated.
applyChanges(Collection<PropertySource>, UUID, Map<String, String>) - Method in interface org.apache.tamaya.mutableconfig.ChangePropagationPolicy
Method being called when a multiple key/value pairs are added or updated.
applyFilter(String, Map<String, String>, ConfigurationContext) - Static method in class org.apache.tamaya.core.internal.PropertyFiltering
 
applyFilter(String, Map<String, String>, ConfigurationContext) - Static method in class org.apache.tamaya.spisupport.PropertyFiltering
 
applyFilters(Map<String, String>, ConfigurationContext) - Static method in class org.apache.tamaya.core.internal.PropertyFiltering
 
applyFilters(Map<String, String>, ConfigurationContext) - Static method in class org.apache.tamaya.spisupport.PropertyFiltering
 
applyRemove(Collection<PropertySource>, UUID, String...) - Method in interface org.apache.tamaya.mutableconfig.ChangePropagationPolicy
Method being called when a multiple keys has been removed from the configuration.
ArrayListConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating ArrayList representation of a values.
ArrayListConverter() - Constructor for class org.apache.tamaya.collections.internal.ArrayListConverter
 

B

BaseConfigEvent<T> - Class in org.apache.tamaya.events.spi
Abstract base class for implementing your own configuration events.
BaseConfigEvent(T, Class<T>) - Constructor for class org.apache.tamaya.events.spi.BaseConfigEvent
 
BaseDynamicValue<T> - Class in org.apache.tamaya.inject.api
A accessor for a single configured value.
BaseDynamicValue() - Constructor for class org.apache.tamaya.inject.api.BaseDynamicValue
 
BaseFormatPropertySourceProvider - Class in org.apache.tamaya.format
Implementation of a PropertySourceProvider that reads configuration from some given resource paths and using the given formats.
BaseFormatPropertySourceProvider(List<ConfigurationFormat>, URL...) - Constructor for class org.apache.tamaya.format.BaseFormatPropertySourceProvider
Creates a new instance.
BaseFormatPropertySourceProvider(List<ConfigurationFormat>, String...) - Constructor for class org.apache.tamaya.format.BaseFormatPropertySourceProvider
Creates a new instance, hereby using the current thread context classloader, or if not available the classloader that loaded this class.
BaseFormatPropertySourceProvider(List<ConfigurationFormat>, ClassLoader, String...) - Constructor for class org.apache.tamaya.format.BaseFormatPropertySourceProvider
Creates a new instance.
BasePropertySource - Class in org.apache.tamaya.core.propertysource
Abstract PropertySource that allows to set a default ordinal that will be used, if no ordinal is provided with the config.
BasePropertySource(int) - Constructor for class org.apache.tamaya.core.propertysource.BasePropertySource
Constructor.
BasePropertySource() - Constructor for class org.apache.tamaya.core.propertysource.BasePropertySource
Constructor, using a default ordinal of 0.
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(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.
BaseResourceResolver - Class in org.apache.tamaya.resource
Interface to be implemented by modules.
BaseResourceResolver() - Constructor for class org.apache.tamaya.resource.BaseResourceResolver
 
beforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.components.PageTitleUpdater
 
beforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.NavBar
 
BigDecimalConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to BigDecimal, the supported format is one of the following: 232573527352.76352753 -23257352.735276352753 -0xFFFFFF (integral numbers only) -0XFFFFAC (integral numbers only) 0xFFFFFF (integral numbers only) 0XFFFFAC (integral numbers only)
BigDecimalConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BigDecimalConverter
 
BigIntegerConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to BigInteger, the supported format is one of the following: 0xFFFFFF 0XFFFFAC 23257352735276352753 -0xFFFFFF -0XFFFFAC -23257352735276352753
BigIntegerConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BigIntegerConverter
 
BooleanConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Boolean.
BooleanConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BooleanConverter
 
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.
build() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
build() - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Builds the corresponding change set.
build() - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Builds the corresponding change set.
build() - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Builds the corresponding change set.
build() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Builds a new ConfigurationData instance.
build() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
build() - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Creates a new ConfigModel with the given parameters.
build() - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Build a new ConfigModel instance.
build() - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Builds a ConfigurationContext based on the data set.
build() - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Builds a new context instance.
build() - Method in class org.apache.tamaya.spi.PropertyValueBuilder
Creates a new immutable PropertyValue.
builder(String) - Static method in class org.apache.tamaya.model.spi.ParameterModel
Creates a new Builder instance.
Builder(String) - Constructor for class org.apache.tamaya.model.spi.ParameterModel.Builder
Creates a new Builder.
builder(String) - Static method in class org.apache.tamaya.model.spi.SectionModel
Creates a new builder.
Builder(String) - Constructor for class org.apache.tamaya.model.spi.SectionModel.Builder
Creates a new Builder.
Builder(TypeLiteral<?>) - Constructor for class org.apache.tamaya.spi.ConversionContext.Builder
Creates a new Builder instance.
Builder(String, TypeLiteral<?>) - Constructor for class org.apache.tamaya.spi.ConversionContext.Builder
Creates a new Builder instance.
Builder(Configuration, ConfigurationContext, String, TypeLiteral<?>) - Constructor for class org.apache.tamaya.spi.ConversionContext.Builder
Creates a new Builder instance.
builder(String, String, String) - Static method in class org.apache.tamaya.spi.PropertyValue
Creates a new builder instance.
bundleChanged(BundleEvent) - Method in class org.apache.tamaya.core.internal.OSGIServiceLoader
 
BUTTON_LOGOUT - Static variable in class org.apache.tamaya.ui.UIConstants
 
ByteConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Byte, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
ByteConverter() - Constructor for class org.apache.tamaya.core.internal.converters.ByteConverter
 

C

captureConvertBean(ProcessProducerMethod<?, ?>) - Method in class org.apache.tamaya.integration.cdi.ConfigurationExtension
 
CDIAwareServiceContext - Class in org.apache.tamaya.integration.cdi.internal
This class implements a ServiceContext, which basically provides a similar loading mechanism as used by the ServiceLoader.
CDIAwareServiceContext() - Constructor for class org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext
 
CDIConfiguredMethod - Class in org.apache.tamaya.integration.cdi
Implementation of a configured methods for CDI module.
changedPropertySource(PropertySourceChange) - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
ChangePropagationPolicy - Interface in org.apache.tamaya.mutableconfig
Policy that defines how changes are applied to the available MutablePropertySource instances, e.g.
ChangeType - Enum in org.apache.tamaya.events
Enum describing the type of configuration change.
CharConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Character, the supported format is one of the following: 'a' 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value)
CharConverter() - Constructor for class org.apache.tamaya.core.internal.converters.CharConverter
 
checkConfigurationUpdate() - Method in class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
 
ClassConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Class, hereby using the following classloaders: The current ThreadContext ClassLoader The Classloader of this class The system Classloader
ClassConverter() - Constructor for class org.apache.tamaya.core.internal.converters.ClassConverter
 
CLASSPATH_PREFIX - Static variable in class org.apache.tamaya.resource.internal.ClasspathCollector
Prefix used for explicitly selecting this collector.
ClasspathCollector - Class in org.apache.tamaya.resource.internal
Collector that searches files based on Ant styled patterns.
ClasspathCollector(ClassLoader) - Constructor for class org.apache.tamaya.resource.internal.ClasspathCollector
Creates a new instance.
ClassPathResourceLocator - Class in org.apache.tamaya.resource.internal
Created by atsticks on 01.03.16.
ClassPathResourceLocator() - Constructor for class org.apache.tamaya.resource.internal.ClassPathResourceLocator
 
CLAwareConfigurationContext - Class in org.apache.tamaya.clsupport
Default Implementation of a simple ConfigurationContext.
CLAwareConfigurationContext() - Constructor for class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
CLAwareServiceContext - Class in org.apache.tamaya.clsupport
This class implements a ServiceContext, which basically provides a similar loading mechanism as used by the ServiceLoader.
CLAwareServiceContext() - Constructor for class org.apache.tamaya.clsupport.CLAwareServiceContext
Constructor, using the current default classloader as defined by AbstractClassloaderAwareItemLoader.getDefaultClassLoader().
CLAwareServiceContext(ClassLoader) - Constructor for class org.apache.tamaya.clsupport.CLAwareServiceContext
Constructor, using the given classloader.
clearFilters() - Static method in class org.apache.tamaya.filter.ConfigurationFilter
Removes all programmable filters active on the current thread.
clearFilters() - Method in class org.apache.tamaya.filter.ProgrammableFilter
Clears all filters.
clearMetrics() - Method in class org.apache.tamaya.model.Usage
Clears all collected usage metrics for this key.
clearStats() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
clearUsageStats() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Clears all collected usage statistics.
clearUsageStats() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
clearUsageStats() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Clears all collected usage statistics.
Client - Class in org.apache.tamaya.examples.remote.client
Simple Remote client class.
CLIPropertySource - Class in org.apache.tamaya.core.propertysource
PropertySource that allows to add the programs main arguments as configuration entries.
CLIPropertySource() - Constructor for class org.apache.tamaya.core.propertysource.CLIPropertySource
Creates a new instance.
close() - Method in class org.apache.tamaya.format.InputStreamFactory
 
collect(Map<String, String>, String, PropertySource) - Method in class org.apache.tamaya.collections.internal.AdaptiveCombinationPolicy
 
collect(Map<String, String>, String, PropertySource) - Method in interface org.apache.tamaya.spi.PropertyValueCombinationPolicy
Method that is called for each value evaluated by a PropertySource for the given key.
collectFiles(String) - Method in class org.apache.tamaya.resource.internal.ClasspathCollector
Collect all classpath resources given the expression.
collectFiles(String) - Static method in class org.apache.tamaya.resource.internal.FileCollector
Collects the files given the expression.
CollectionConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating a LIST representation of values.
CollectionConverter() - Constructor for class org.apache.tamaya.collections.internal.CollectionConverter
 
combine(String, Configuration...) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a Configuration that creates a new instance using the configuration instances provided.
commit() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Commits a new value that has not been committed yet, make it the new value of the instance.
commitAndGet() - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
Performs a commit, if necessary, and returns the current value.
commitAndGet() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Performs a commit, if necessary, and returns the current value.
commitInternal(ConfigChangeContext) - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
commitInternal(ConfigChangeContext) - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
commitInternal(ConfigChangeContext) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Commit of the changes to the current property source.
commitInternal(ConfigChangeContext) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
 
commitInternal(ConfigChangeContext) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
 
commitTransaction() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
commitTransaction() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Commits the request.
commitTransaction(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
commitTransaction(UUID) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Commits the request.
compare(Object, Object) - Method in class org.apache.tamaya.core.internal.PriorityServiceComparator
 
compare(PropertyFilter, PropertyFilter) - Method in class org.apache.tamaya.core.internal.PropertyFilterComparator
 
compare(PropertySource, PropertySource) - Method in class org.apache.tamaya.core.internal.PropertySourceComparator
 
compare(Configuration, Configuration) - Static method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Compares the two property config/configurations and creates a collection current all changes that must be appied to render map1 into map2.
compare(PropertySource, PropertySource) - Static method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Compares the two property config/configurations and creates a collection current all changes that must be appied to render map1 into map2.
compare(Object, Object) - Method in class org.apache.tamaya.spisupport.PriorityServiceComparator
 
compare(PropertySource, PropertySource) - Method in class org.apache.tamaya.spisupport.PropertySourceComparator
 
compareTo(ConfigModel) - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
ConcurrentHashMapConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating ConcurrentHashMap representation of a values.
ConcurrentHashMapConverter() - Constructor for class org.apache.tamaya.collections.internal.ConcurrentHashMapConverter
 
Config - Annotation Type in org.apache.tamaya.inject.api
todo The author of this should fix this invalid Javadoc.
CONFIG_PROPERTIES_LOCATION - Static variable in class org.apache.tamaya.examples.simple.SimplePropertySource
 
ConfigAutoInject - Annotation Type in org.apache.tamaya.inject.api
Annotation to control injection of a configured bean.
ConfigChangeContext - Class in org.apache.tamaya.mutableconfig.propertysources
Transactional context used for managing configuration changes within an AbstractMutablePropertySource.
ConfigChangeContext(UUID) - Constructor for class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Creates a new instance bound to the given transaction.
ConfigDefaultSections - Annotation Type in org.apache.tamaya.inject.api
todo The author of this should fix this invalid Javadoc.
ConfigDocumentationBean - Class in org.apache.tamaya.model.internal
MBean implementation of ConfigDocumentationMBean.
ConfigDocumentationBean() - Constructor for class org.apache.tamaya.model.internal.ConfigDocumentationBean
Default constructor, using the current configuration being available.
ConfigDocumentationBean(Configuration) - Constructor for class org.apache.tamaya.model.internal.ConfigDocumentationBean
Creates an mbean bound to the given configuration.
ConfigDocumentationMBean - Interface in org.apache.tamaya.model.spi
JMX Management bean for accessing current configuration information
ConfigEditorWidget - Class in org.apache.tamaya.mutableconfig.ui
Tamaya UI view to change configuration.
ConfigEditorWidget(MutableConfiguration, ProtocolWidget) - Constructor for class org.apache.tamaya.mutableconfig.ui.ConfigEditorWidget
 
ConfigEvent<T> - Interface in org.apache.tamaya.events
Event that contains a set current changes that were applied or could be applied.
ConfigEventListener - Interface in org.apache.tamaya.events
Interface to be implemented for listening on changes on Configuration instances.
ConfigEventManager - Class in org.apache.tamaya.events
Singleton accessor for accessing the event support component that distributes change events of PropertySource and Configuration.
ConfigEventManagerSpi - Interface in org.apache.tamaya.events.spi
SPI interface to implement the ConfigEventManager singleton.
ConfigException - Exception in org.apache.tamaya
Exception class (runtime exception) for configuration issues.
ConfigException(String) - Constructor for exception org.apache.tamaya.ConfigException
Creates a new configuration exception.
ConfigException(String, Throwable) - Constructor for exception org.apache.tamaya.ConfigException
Creates a new configuration exception.
ConfigManagementSupport - Class in org.apache.tamaya.management
Accessor singleton for the JMX configuration support module.
ConfigModel - Interface in org.apache.tamaya.model
Base structure describing a validated item, by default a parameter or a section.
ConfigModelManager - Class in org.apache.tamaya.model
Validator accessor to validate the current configuration.
ConfigModelReader - Class in org.apache.tamaya.model.spi
Utility class to read metamodel information from properties.
ConfigOperator - Interface in org.apache.tamaya
Models a function that maps a given Configuration to another Configuration.
ConfigQuery<T> - Interface in org.apache.tamaya
Models a function that maps a given Configuration to something else.
ConfigResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that interprets the resolver expression as a reference to another configuration entry.
ConfigResolver() - Constructor for class org.apache.tamaya.resolver.internal.ConfigResolver
 
ConfigResources - Class in org.apache.tamaya.resource
Singleton Accessor for accessing the current ResourceResolver instance.
ConfigServiceApp - Class in org.apache.tamaya.server
Main Application for the Tamaya Configuration Server.
ConfigServiceApp.ResourceLoader - Class in org.apache.tamaya.server
JAX RS Application.
ConfigTemplateInvocationHandler - Class in org.apache.tamaya.inject.internal
Invocation handler that handles request against a configuration template.
ConfigTemplateInvocationHandler(Class<?>) - Constructor for class org.apache.tamaya.inject.internal.ConfigTemplateInvocationHandler
Creates a new handler instance.
ConfigUpdaterView - Class in org.apache.tamaya.mutableconfig.ui
Tamaya UI view to change configuration.
ConfigUpdaterView() - Constructor for class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView
 
ConfigUpdaterView.Provider - Class in org.apache.tamaya.mutableconfig.ui
Provider to register the view.
Configuration - Interface in org.apache.tamaya
A configuration models a aggregated set current properties, identified by a unique key, but adds higher level access functions to a PropertySource.
ConfigurationBasedMessageProvider - Class in org.apache.tamaya.ui.internal
Component resolving messages for being shown in the UI, based on the ResourceBundle mechanisms.
ConfigurationBasedMessageProvider() - Constructor for class org.apache.tamaya.ui.internal.ConfigurationBasedMessageProvider
Private singleton constructor.
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.
ConfigurationChange - Class in org.apache.tamaya.events
Event that contains a set current changes that were applied or could be applied.
ConfigurationChangeBuilder - Class in org.apache.tamaya.events
Models a set current changes applied to a PropertySource.
ConfigurationContext - Interface in org.apache.tamaya.spi
Central SPI for programmatically dealing with the setup of the configuration system.
ConfigurationContextBuilder - Interface in org.apache.tamaya.spi
A builder for creating new or adapting instances of ConfigurationContext.
ConfigurationContextChange - Class in org.apache.tamaya.events
Event that contains a set of current changes that were applied or can be applied.
ConfigurationContextChangeBuilder - Class in org.apache.tamaya.events
Models a set of current changes applied to a PropertySource.
ConfigurationData - Class in org.apache.tamaya.format
Data that abstracts the data read from a configuration resources using a certain format.
ConfigurationDataBuilder - Class in org.apache.tamaya.format
Builder for creating ConfigurationData instances.
ConfigurationExtension - Class in org.apache.tamaya.integration.cdi
CDI Extension module that adds injection mechanism for configuration.
ConfigurationExtension() - Constructor for class org.apache.tamaya.integration.cdi.ConfigurationExtension
 
ConfigurationFilter - Class in org.apache.tamaya.filter
Hereby Single filters are applied only when values are explicitly accessed.
ConfigurationFilter() - Constructor for class org.apache.tamaya.filter.ConfigurationFilter
 
ConfigurationFormat - Interface in org.apache.tamaya.format
Implementations current this class encapsulate the mechanism how to read a resource including interpreting the format correctly (e.g. xml vs.
ConfigurationFormats - Class in org.apache.tamaya.format
Small accessor and management class dealing with ConfigurationFormat instances.
ConfigurationFunctions - Class in org.apache.tamaya.functions
Accessor that provides useful functions along with configuration.
ConfigurationInjection - Class in org.apache.tamaya.inject
Singleton accessor class for accessing ConfigurationInjector instances.
ConfigurationInjector - Interface in org.apache.tamaya.inject
Accessor interface for injection of configuration and configuration templates.
ConfigurationProducer - Class in org.apache.tamaya.integration.cdi
Producer bean for configuration properties.
ConfigurationProducer() - Constructor for class org.apache.tamaya.integration.cdi.ConfigurationProducer
 
ConfigurationProvider - Class in org.apache.tamaya
Static access to the Configuration for the very application.
ConfigurationProviderSpi - Interface in org.apache.tamaya.spi
SPI that must be implemented to provide the component that manages all Configuration instances in a system.
ConfigurationResource - Class in org.apache.tamaya.server
Configuration resource with an etcd compatible REST API (excluding the blocking API calls).
ConfigurationResource() - Constructor for class org.apache.tamaya.server.ConfigurationResource
 
configure(T) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Configures the current instance and registers necessary listener to forward config change events as defined by the current annotations in place.
configure(T, Configuration) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Configures the current instance and registers necessary listener to forward config change events as defined by the current annotations in place.
configure(Object, Configuration) - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
Evaluate the initial keys fromMap the configuration and applyChanges it to the field.
configure(Object, Configuration) - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
 
configure(Object) - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
Method called to configure an instance.
configure(Object, Configuration) - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
configure(T) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Configured the current instance and reigsterd necessary listener to forward config change events as defined by the current annotations in place.
configure(T, Configuration) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Configured the current instance and reigsterd necessary listener to forward config change events as defined by the current annotations in place.
configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Actually calls the annotated method on the instance, hereby passing the configuration values evaluated.
configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
This method actually configures the given method on a instance of its parent type.
configure(Object, Configuration) - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
This method actually configures an instance using the given configuration data.
configure(Object, Configuration) - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
ConfiguredField - Interface in org.apache.tamaya.inject.spi
Abstract model of an field used to inject configuration.
ConfiguredFieldImpl - Class in org.apache.tamaya.inject.internal
Small class that contains and manages all information anc access to a configured field and a concrete instance current it (referenced by a weak reference).
ConfiguredFieldImpl(Field) - Constructor for class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
Models a configured field and provides mechanisms for injection.
ConfiguredInlineModelProviderSpi - Class in org.apache.tamaya.model.internal
ConfigModel provider that reads model metadata from the current Configuration.
ConfiguredInlineModelProviderSpi() - Constructor for class org.apache.tamaya.model.internal.ConfiguredInlineModelProviderSpi
Constructor, typically called by the ServiceLoader.
ConfiguredItemSupplier<T> - Interface in org.apache.tamaya.inject.api
Represents a supplier of results.
ConfiguredMethod - Interface in org.apache.tamaya.inject.spi
Abstract model of an method used to inject configuration.
ConfiguredPropertiesModelProviderSpi - Class in org.apache.tamaya.model.internal
ConfigModel provider that reads model metadata from property files from classpath*:META-INF/configmodel.properties in the following format: ################################################################################### # Example of a configuration metamodel expressed via properties. #################################################################################### # Metamodel information [model].provider=ConfigModel Extension #################################################################################### # Description of Configuration Sections (minimal, can be extended by other modules)
ConfiguredPropertiesModelProviderSpi() - Constructor for class org.apache.tamaya.model.internal.ConfiguredPropertiesModelProviderSpi
 
ConfiguredResourcesModelProviderSpi - Class in org.apache.tamaya.model.internal
ConfigModel provider that reads model metadata from property files from classpath*:META-INF/configmodel.json in the following format: Example of a configuration metamodel expressed via YAML.
ConfiguredResourcesModelProviderSpi() - Constructor for class org.apache.tamaya.model.internal.ConfiguredResourcesModelProviderSpi
Constructor, mostly called from ServiceLoader
ConfiguredSetterMethod - Class in org.apache.tamaya.inject.internal
Small class that contains and manages all information and access to a configured field and a concrete instance current it (referenced by a weak reference).
ConfiguredSetterMethod(Method) - Constructor for class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
Models a configured field and provides mechanisms for injection.
ConfiguredType - Interface in org.apache.tamaya.inject.spi
Abstract model of an type used to inject configuration.
ConfiguredTypeEventsModelPopulator - Class in org.apache.tamaya.model.internal
Internal facade that registers all kind of injected fields as ConfigModel entries, so all configured injection points are visible as documented configuration hooks.
ConfiguredTypeEventsModelPopulator() - Constructor for class org.apache.tamaya.model.internal.ConfiguredTypeEventsModelPopulator
 
ConfiguredTypeEventsModelProvider - Class in org.apache.tamaya.model.internal
Model provider that adds model definitions for the items published as ConfiguredType events.
ConfiguredTypeEventsModelProvider() - Constructor for class org.apache.tamaya.model.internal.ConfiguredTypeEventsModelProvider
 
ConfiguredTypeImpl - Class in org.apache.tamaya.inject.internal
Structure that contains and manages configuration related things for a configured type registered.
ConfiguredTypeImpl(Class) - Constructor for class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
Creates an instance of this class hereby evaluating the config annotations given for later effective injection (configuration) of instances.
ConfiguredUserService - Class in org.apache.tamaya.ui.internal
User service reading users and credentials from the configuration.
ConfiguredUserService() - Constructor for class org.apache.tamaya.ui.internal.ConfiguredUserService
Constructor reading the configuration and initializing the users table.
ConfiguredVetoExtension - Class in org.apache.tamaya.integration.cdi.config
CDI Extension that can be used to veto on beans by configuring the fully qualified class names (as regex expression) under javax.enterprise.inject.vetoed.
ConfiguredVetoExtension() - Constructor for class org.apache.tamaya.integration.cdi.config.ConfiguredVetoExtension
 
ConfigUsageStats - Class in org.apache.tamaya.model
Validator accessor to validate the current configuration.
ConfigUsageStatsSpi - Interface in org.apache.tamaya.model.spi
SPI to implemented by the component responsible for usage tracking of configuration.
ConfigView - Class in org.apache.tamaya.ui.views
View for evaluating the current convifugration tree.
ConfigView() - Constructor for class org.apache.tamaya.ui.views.ConfigView
 
ConfigView.Provider - Class in org.apache.tamaya.ui.views
Provider to register this view.
ConsulBackends - Class in org.apache.tamaya.consul
Singleton that reads and stores the current consul setup, especially the possible host:ports to be used.
ConsulPropertySource - Class in org.apache.tamaya.consul
Propertysource that is reading configuration from a configured consul endpoint.
ConsulPropertySource() - Constructor for class org.apache.tamaya.consul.ConsulPropertySource
 
Content - Class in org.apache.tamaya.ui
Created by atsticks on 29.03.16.
Content() - Constructor for class org.apache.tamaya.ui.Content
 
ConversionContext - Class in org.apache.tamaya.spi
A conversion context containing all the required values for implementing conversion.
ConversionContext(ConversionContext.Builder) - Constructor for class org.apache.tamaya.spi.ConversionContext
Private constructor used from builder.
ConversionContext.Builder - Class in org.apache.tamaya.spi
Builder to create new instances of ConversionContext.
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.ArrayListConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.CollectionConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.ConcurrentHashMapConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.HashMapConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.HashSetConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.LinkedListConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.ListConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.MapConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.SetConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.SortedMapConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.SortedSetConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.TreeMapConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.collections.internal.TreeSetConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.BigDecimalConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.BigIntegerConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.BooleanConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.ByteConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.CharConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.ClassConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.CurrencyConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.DoubleConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.EnumConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.FloatConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.IntegerConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.LongConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.NumberConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.ShortConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.URIConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.core.internal.converters.URLConverter
 
convert(String, ConversionContext) - Method in class org.apache.tamaya.integration.cdi.internal.EnumConverter
 
convert(String, ConversionContext) - Method in interface org.apache.tamaya.spi.PropertyConverter
Convert the given configuration keys from its String representation into the required target type.
convert(String, ConversionContext) - Method in class org.apache.tamaya.spisupport.EnumConverter
 
convertValue(String, String, TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
convertValue(String, String, TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
createDefaultPropertyConverter(TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Creates a dynamic PropertyConverter for the given target type.
createDefaultPropertyConverter(TypeLiteral<T>) - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Creates a dynamic PropertyConverter for the given target type.
createDefaultPropertyConverter(TypeLiteral<T>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Creates a dynamic PropertyConverter for the given target type.
createFactoryConfiguration(String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigAdminImpl
 
createFactoryConfiguration(String, String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigAdminImpl
 
createInputStream() - Method in class org.apache.tamaya.format.InputStreamFactory
Creates a new InputStream with the same data as provided by the InputStream passed on factory creation.
createItem(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Creates a new item for being stored linked with the given lassloader.
createItem(ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
Implementation that creates a ServiceContainer, which manages all configs and instances loaded for a given classloader.
createMutableConfiguration(Configuration) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfigurationSpi
 
createMutableConfiguration(Configuration) - Method in interface org.apache.tamaya.mutableconfig.spi.MutableConfigurationProviderSpi
Creates a new MutableConfiguration with autoCommit = false as default.
createPropertiesPropertySource(URL) - Static method in class org.apache.tamaya.resource.AbstractPathPropertySourceProvider
Utility method that reads a .properties file from the given url and creates a corresponding PropertySource.
createTemplate(Class<T>) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Creates a template implementing the annotated methods based on current configuration data.
createTemplate(Class<T>, Configuration) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Creates a template implementting the annotated methods based on current configuration data.
createTemplate(Class<T>) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Create a template implementting the annotated methods based on current configuration data.
createTemplate(Class<T>, Configuration) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Create a template implementting the annotated methods based on current configuration data.
createView() - Method in class org.apache.tamaya.events.ui.EventView.Provider
 
createView() - Method in class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.Provider
 
createView() - Method in interface org.apache.tamaya.ui.ViewProvider
Method that is called to create a new view instance.
createView() - Method in class org.apache.tamaya.ui.views.ConfigView.Provider
 
createView() - Method in class org.apache.tamaya.ui.views.HomeView.Provider
 
createView() - Method in class org.apache.tamaya.ui.views.SystemView.Provider
 
CurrencyConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Currency, the supported format is one of the following: CHF (currency code) 123 (numeric currency value > = 0) DE (ISO 2-digit country) de_DE, de_DE_123 (Locale)
CurrencyConverter() - Constructor for class org.apache.tamaya.core.internal.converters.CurrencyConverter
 
CurrentUser - Class in org.apache.tamaya.ui
Convenience wrapper for storing and retrieving a user from the VaadinSession
customizePropertySources(MutablePropertySources) - Method in class org.apache.tamaya.integration.spring.TamayaEnvironment
 

D

DEFAULT_ORDINAL - Static variable in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
default ordinal for EnvironmentPropertySource
DEFAULT_ORDINAL - Static variable in class org.apache.tamaya.core.propertysource.SystemPropertySource
default ordinal for SystemPropertySource
DEFAULT_OVERRIDING_COLLECTOR - Static variable in interface org.apache.tamaya.spi.PropertyValueCombinationPolicy
Default overriding collector, where each existing entry (current is overridden by a subsequent non-null entry evaluated by propertySource.get(key).
DEFAULT_PROVIDER - Static variable in class org.apache.tamaya.optional.OptionalConfiguration
Default value provider returning Strings from system properties and the system environment.
DEFAULT_SIMPLE_PROPERTIES_FILE_NAME - Static variable in class org.apache.tamaya.core.provider.JavaConfigurationProvider
Default location in the classpath, where Tamaya looks for simple line based configuration by default.
DEFAULT_XML_PROPERTIES_FILE_NAME - Static variable in class org.apache.tamaya.core.provider.JavaConfigurationProvider
Default location in the classpath, where Tamaya looks for XML based configuration by default.
DefaultConfigChangeObserver - Class in org.apache.tamaya.events.internal
Timer task that regularly checks the configuration for changes.
DefaultConfigChangeObserver() - Constructor for class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
Constructor.
DefaultConfigEventManagerSpi - Class in org.apache.tamaya.events.internal
Default implementation of DefaultConfigEventManagerSpi just forwarding all events synchronously to the listeners.
DefaultConfigEventManagerSpi() - Constructor for class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
Constructor.
DefaultConfiguration - Class in org.apache.tamaya.core.internal
Implementation of the Configuration API.
DefaultConfiguration(ConfigurationContext) - Constructor for class org.apache.tamaya.core.internal.DefaultConfiguration
Constructor.
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.core.internal
Default Implementation of a simple ConfigurationContext.
DefaultConfigurationContext() - Constructor for class org.apache.tamaya.core.internal.DefaultConfigurationContext
The first time the Configuration system gets invoked we do initialize all our PropertySources and PropertyFilters which are known at startup.
DefaultConfigurationContext - Class in org.apache.tamaya.integration.cdi.internal
Default Implementation of a simple ConfigurationContext.
DefaultConfigurationContext() - Constructor for class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
The first time the Configuration system gets invoked we do initialize all our PropertySources and PropertyFilters which are known at startup.
DefaultConfigurationContext - Class in org.apache.tamaya.spisupport
Default Implementation of a simple ConfigurationContext.
DefaultConfigurationContext() - Constructor for class org.apache.tamaya.spisupport.DefaultConfigurationContext
The first time the Configuration system gets invoked we do initialize all our PropertySources and PropertyFilters which are known at startup.
DefaultConfigurationContextBuilder - Class in org.apache.tamaya.core.internal
Default implementation of ConfigurationContextBuilder.
DefaultConfigurationContextBuilder() - Constructor for class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
DefaultConfigurationContextBuilder - Class in org.apache.tamaya.integration.cdi.internal
Default implementation of ConfigurationContextBuilder.
DefaultConfigurationContextBuilder() - Constructor for class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
DefaultConfigurationContextChangeListener - Class in org.apache.tamaya.events.internal
Default ConfigEventListener for ConfigurationContextChange events that updates the current context, if resources were affected.
DefaultConfigurationContextChangeListener() - Constructor for class org.apache.tamaya.events.internal.DefaultConfigurationContextChangeListener
 
DefaultConfigurationInjector - Class in org.apache.tamaya.inject.internal
Simple injector singleton that also registers instances configured using weak references.
DefaultConfigurationInjector() - Constructor for class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
 
DefaultConfigurationProvider - Class in org.apache.tamaya.core.internal
Implementation of the Configuration API.
DefaultConfigurationProvider() - Constructor for class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
DefaultConfigUsageStats - Class in org.apache.tamaya.model.internal
Created by atsticks on 29.04.16.
DefaultConfigUsageStats() - Constructor for class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
DefaultExpressionEvaluator - Class in org.apache.tamaya.resolver.internal
Default expression evaluator that manages several instances of ExpressionResolver.
DefaultExpressionEvaluator() - Constructor for class org.apache.tamaya.resolver.internal.DefaultExpressionEvaluator
Default constructor.
DefaultMetadataFilter - Class in org.apache.tamaya.filter.internal
Default property filter that hides metadta entries starting with an '_', similar ti etcd.
DefaultMetadataFilter() - Constructor for class org.apache.tamaya.filter.internal.DefaultMetadataFilter
 
DefaultMutableConfiguration - Class in org.apache.tamaya.mutableconfig.internal
Default implementation of a MutableConfiguration.
DefaultMutableConfiguration(Configuration) - Constructor for class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
DefaultMutableConfigurationSpi - Class in org.apache.tamaya.mutableconfig.internal
SPI implementation that creates instances of DefaultMutableConfiguration, hereby for each instance of Configuration a new instance has to be returned.
DefaultMutableConfigurationSpi() - Constructor for class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfigurationSpi
 
DefaultResourceResolver - Class in org.apache.tamaya.resource.internal
Simple default implementation of the resource loader, which does only support direct references to files.
DefaultResourceResolver() - Constructor for class org.apache.tamaya.resource.internal.DefaultResourceResolver
 
DefaultServiceContext - Class in org.apache.tamaya.core.internal
This class implements the (default) ServiceContext interface and hereby uses the JDK ServiceLoader to load the services required.
DefaultServiceContext() - Constructor for class org.apache.tamaya.core.internal.DefaultServiceContext
 
delete(String) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Deletes a given key.
delete() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
deleteAll() - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
This method will create a change set that clears all entries fromMap the given base configuration/properties.
deleteConfig(String) - Method in class org.apache.tamaya.server.ConfigurationResource
 
deleteEtcdConfig(String) - Method in class org.apache.tamaya.server.ConfigurationResource
 
directoryChanged(Path) - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
 
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.
doFindPathMatchingJarResources(URL, String) - Method in class org.apache.tamaya.resource.internal.ClasspathCollector
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tamaya.examples.remote.client.PrintConfigServlet
 
DoubleConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Double, using the Java number syntax: (-)?
DoubleConverter() - Constructor for class org.apache.tamaya.core.internal.converters.DoubleConverter
 
DynamicValue<T> - Interface in org.apache.tamaya.inject.api
A accessor for a single configured value.

E

EMPTY - Static variable in interface org.apache.tamaya.spi.PropertySource
A resusable instance of an empty PropertySource.
EMPTY - Static variable in interface org.apache.tamaya.spi.PropertySourceProvider
A resusable instance of an empty PropertySource.
emptyChangeSet(Configuration) - Static method in class org.apache.tamaya.events.ConfigurationChange
Get an empty change set for the given provider.
emptyChangeSet(ConfigurationContext) - Static method in class org.apache.tamaya.events.ConfigurationContextChange
Get an empty change set for the given provider.
emptyConfiguration() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Accesses an empty Configuration.
emptyConfigurationContext() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Accesses an empty ConfigurationContext.
emptyPropertySource() - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Accesses an empty PropertySource.
enableChangeMonitor(boolean) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
enableChangeMonitor(boolean) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Start/stop the change monitoring service, which will observe/reevaluate the current configuration regularly and trigger ConfigurationChange events if something is changed.
enableChangeMonitoring(boolean) - Static method in class org.apache.tamaya.events.ConfigEventManager
Start/Stop the change monitoring service, which will observe/reevaluate the current configuration regularly and trigger ConfigurationChange events if something changed.
enabledProvidedPropertyFilters() - Method in class org.apache.tamaya.builder.ConfigurationBuilder
Enables the automatic loading of all PropertyFilter service providers.
enableMonitoring(boolean) - Method in class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
 
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.
enableUsageTracking(boolean) - Static method in class org.apache.tamaya.model.ConfigUsageStats
Enables/disables usage tracking.
enableUsageTracking(boolean) - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
enableUsageTracking(boolean) - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Enables/disables usage tracking.
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.events.ui.EventView
 
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView
 
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.views.ConfigView
 
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.views.ErrorView
 
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.views.HomeView
 
enter(ViewChangeListener.ViewChangeEvent) - Method in class org.apache.tamaya.ui.views.SystemView
 
EnumConverter<T> - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to tge given enum type.
EnumConverter(Class<T>) - Constructor for class org.apache.tamaya.core.internal.converters.EnumConverter
 
EnumConverter<T> - Class in org.apache.tamaya.integration.cdi.internal
Converter, converting from String to tge given enum type.
EnumConverter(Class<T>) - Constructor for class org.apache.tamaya.integration.cdi.internal.EnumConverter
 
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
 
EnvironmentPropertyResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that interprets the resolver expressions as environment properties.
EnvironmentPropertyResolver() - Constructor for class org.apache.tamaya.resolver.internal.EnvironmentPropertyResolver
 
EnvironmentPropertySource - Class in org.apache.tamaya.core.propertysource
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.core.propertysource.EnvironmentPropertySource
 
equals(Object) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
equals(Object) - Method in class org.apache.tamaya.events.FrozenPropertySource
 
equals(Object) - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
equals(Object) - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
 
equals(Object) - Method in class org.apache.tamaya.TypeLiteral
 
ErrorView - Class in org.apache.tamaya.ui.views
View used for shoiwing unexpected errors.
ErrorView() - Constructor for class org.apache.tamaya.ui.views.ErrorView
 
EtcdAccessor - Class in org.apache.tamaya.etcd
Accessor for reading to or writing from an etcd endpoint.
EtcdAccessor(String) - Constructor for class org.apache.tamaya.etcd.EtcdAccessor
Creates a new instance with the basic access url.
EtcdAccessor(String, int) - Constructor for class org.apache.tamaya.etcd.EtcdAccessor
 
EtcdBackends - Class in org.apache.tamaya.etcd
Singleton that reads and stores the current etcd setup, especially the possible URLs to be used.
EtcdPropertySource - Class in org.apache.tamaya.etcd
Propertysource that is reading configuration from a configured etcd endpoint.
EtcdPropertySource() - Constructor for class org.apache.tamaya.etcd.EtcdPropertySource
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.ConfigResolver
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.EnvironmentPropertyResolver
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.FileResolver
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.ResourceResolver
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.SystemPropertyResolver
 
evaluate(String) - Method in class org.apache.tamaya.resolver.internal.URLResolver
 
evaluate(String) - Method in interface org.apache.tamaya.resolver.spi.ExpressionResolver
Evaluates the given expression.
evaluateExpression(String, String, boolean) - Method in class org.apache.tamaya.resolver.internal.DefaultExpressionEvaluator
Resolves an expression in the form current ${resolverId:expression} or ${<prefix>expression}.
evaluateExpression(String, String) - Static method in class org.apache.tamaya.resolver.Resolver
Evaluates the current expression.
evaluateExpression(String) - Static method in class org.apache.tamaya.resolver.Resolver
Evaluates the current expression.
evaluateExpression(String, boolean) - Static method in class org.apache.tamaya.resolver.Resolver
Evaluates the current expression.
evaluateExpression(String, String, boolean) - Method in interface org.apache.tamaya.resolver.spi.ExpressionEvaluator
Evaluates the current expression.
evaluateKeys(Member, ConfigDefaultSections) - Static method in class org.apache.tamaya.inject.api.InjectionUtils
Evaluates all absolute configuration keys based on the member name found.
evaluateKeys(Member, ConfigDefaultSections, Config) - Static method in class org.apache.tamaya.inject.api.InjectionUtils
Evaluates all absolute configuration keys based on the annotations found in a class.
evaluateKeys(String, String[], String[]) - Static method in class org.apache.tamaya.integration.cdi.ConfigurationExtension
Evaluates the effective keys to be used. if no keys are defined, memberName is used.
evaluateUnfilteredMap() - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
evaluateUnfilteredMap() - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Evaluate all properties, but do not apply filtering on the output.
evaluateValue() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Evaluates the current value dynamically from the underlying configuration.
EvaluationPolicy - Enum in org.apache.tamaya.optional
Evaluation policy that determines if local configuration or Tamaya configuration values override.
evaluteRawValue(String) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
evaluteRawValue(String) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
Evaluates the raw value using the context's PropertyValueCombinationPolicy.
EventBus - Class in org.apache.tamaya.ui.event
Convenience class for accessing the _UI Scoped_ EventBus.
EventView - Class in org.apache.tamaya.events.ui
Tamaya View for observing the current event stream.
EventView() - Constructor for class org.apache.tamaya.events.ui.EventView
 
EventView.Provider - Class in org.apache.tamaya.events.ui
Provider used to register the view.
Example - Class in org.apache.tamaya.examples.injection
Simple example bean, mapped by default names mostly.
Example() - Constructor for class org.apache.tamaya.examples.injection.Example
 
ExampleMain - Class in org.apache.tamaya.examples.injection
Example illustrating the functionality of injecting configuration and defining configuration templates.
ExampleMain - Class in org.apache.tamaya.examples.resolver
This class shows a minimal example that uses Tamaya core only.
ExampleMain - Class in org.apache.tamaya.examples.resources
 
ExampleMain - Class in org.apache.tamaya.examples.simple
This is a small example that simply adds a self-written PropertySource (SimplePropertySource) and a PropertySourceProvider (SimplePropertySourceProvider).
ExampleServer - Class in <Unnamed>
Created by atsticks on 22.01.16.
ExampleTemplate - Interface in org.apache.tamaya.examples.injection
Simple example bean, mapped by default names mostly.
Experimental - Annotation Type in org.apache.tamaya.spi
This is a simple annotation for flaging out functionality or features the Tamaya team is not sure if it is already stabilized, so use it with some caution.
ExpressionEvaluator - Interface in org.apache.tamaya.resolver.spi
Interface that provides an SPI that can be accessed from the current ServiceContext, which allows to pass expression that contain placeholders and variable expressions.
ExpressionResolutionFilter - Class in org.apache.tamaya.resolver.internal
Default expression evaluator that manages several instances of ExpressionResolver.
ExpressionResolutionFilter() - Constructor for class org.apache.tamaya.resolver.internal.ExpressionResolutionFilter
 
ExpressionResolver - Interface in org.apache.tamaya.resolver.spi
This interfaces provides a model for expression evaluation.

F

FILE_PREFIX - Static variable in class org.apache.tamaya.resource.internal.FileCollector
The prefix used to explicitly select this collector.
FileCollector - Class in org.apache.tamaya.resource.internal
Collector that searches files based on ant styled patterns.
FileResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that tries to load the given resource from the current file system.
FileResolver() - Constructor for class org.apache.tamaya.resolver.internal.FileResolver
 
FileResourceLocator - Class in org.apache.tamaya.resource.internal
ResourceLocator for locating local files.
FileResourceLocator() - Constructor for class org.apache.tamaya.resource.internal.FileResourceLocator
 
filter(PropertyMatcher) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are selected by the given PropertyMatcher.
FilterContext - Class in org.apache.tamaya.spi
A filter context containing all the required values for implementing filtering.
FilterContext(String, Map<String, String>, boolean) - Constructor for class org.apache.tamaya.spi.FilterContext
Creates a new FilterContext.
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.filter.ConfigurationFilter
 
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.filter.internal.DefaultMetadataFilter
 
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.filter.ProgrammableFilter
 
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.filter.RegexPropertyFilter
 
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.model.internal.UsageTrackerFilter
 
filterProperty(String, FilterContext) - Method in class org.apache.tamaya.resolver.internal.ExpressionResolutionFilter
Resolves an expression in the form current ${resolverId:expression} or ${<prefix>expression}.
filterProperty(String, FilterContext) - Method in interface org.apache.tamaya.spi.PropertyFilter
Maps the current valueToBeFiltered value to a new value.
findConfigurationModels(String) - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
findConfigurationModels(String) - Method in interface org.apache.tamaya.model.spi.ConfigDocumentationMBean
Find the validations by checking the validation's name using the given regular expression.
findModels(String, ModelTarget...) - Static method in class org.apache.tamaya.model.ConfigModelManager
Find the validations by checking the validation's name using the given regular expression.
findPropertySourcesByName(String) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Find all PropertySource instances managed by the current ConfigurationContext that are assignable to the given type.
findValidationModels(String, ModelTarget...) - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
findValidationModels(String, ModelTarget...) - Method in interface org.apache.tamaya.model.spi.ConfigDocumentationMBean
Find the validations by checking the validation's name using the given regular expression.
fireEvent(ConfigEvent<?>) - Static method in class org.apache.tamaya.events.ConfigEventManager
Publishes a ConfigurationChange synchronously to all interested listeners.
fireEvent(ConfigEvent<?>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
fireEvent(ConfigEvent<?>) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Publishes an event to all interested listeners, hereby executing all registered listeners sequentually and synchronously
fireEventAsynch(ConfigEvent<?>) - Static method in class org.apache.tamaya.events.ConfigEventManager
Publishes a ConfigurationChange asynchronously/multithreaded to all interested listeners.
fireEventAsynch(ConfigEvent<?>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
fireEventAsynch(ConfigEvent<?>) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Publishes an event to all interested listeners, hereby publishing the change events asynchrously and in parallel (multithreaded).
FlattenedDefaultPropertySource - Class in org.apache.tamaya.format
Flattened default PropertySource that uses the flattened config data read from an URL by a $ConfigurationFormat.
FlattenedDefaultPropertySource(ConfigurationData) - Constructor for class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
FlattenedDefaultPropertySource(int, ConfigurationData) - Constructor for class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
FloatConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Float, using the Java number syntax: (-)?
FloatConverter() - Constructor for class org.apache.tamaya.core.internal.converters.FloatConverter
 
from(String) - Static method in class org.apache.tamaya.builder.PropertySourceBuilder
Gets a new instance of a builder.
FrozenConfiguration - Class in org.apache.tamaya.events
/** Configuration implementation that stores all current values of a given (possibly dynamic, contextual and non server capable instance) and is fully serializable.
FrozenPropertySource - Class in org.apache.tamaya.events
PropertySource implementation that stores all current values of a given (possibly dynamic, contextual and non server capable instance) and is fully serializable.

G

get(String) - Method in class org.apache.tamaya.builder.SimplePropertySource
 
get(String) - Method in interface org.apache.tamaya.Configuration
Access a property.
get(String, Class<T>) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
get(String, TypeLiteral<T>) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
get(String) - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
get(String) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
get(String, Class<T>) - Method in class org.apache.tamaya.core.internal.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.core.internal.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.core.propertysource.BasePropertySource
 
get(String) - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
get(String) - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
get(String) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Ask etcd for a single key, value pair.
get(String) - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
get(String) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Get the current values, also considering any changes recorded within this change set.
get(String) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
get(String, Class<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
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.events.FrozenPropertySource
 
get(String) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Get the current values, also considering any changes recorded within this change set.
get(String) - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
get() - Method in interface org.apache.tamaya.inject.api.ConfiguredItemSupplier
Gets a result.
get() - Method in interface org.apache.tamaya.inject.api.DynamicValue
If a value is present in this DynamicValue, returns the value, otherwise throws ConfigException.
get(String) - Method in class org.apache.tamaya.json.JSONPropertySource
 
get(String) - Method in class org.apache.tamaya.json.YAMLPropertySource
 
get(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
get(String, Class<T>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
get(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
 
get(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
 
get(String) - Method in class org.apache.tamaya.optional.OptionalConfiguration
Access a String value.
get(String, Class<T>) - Method in class org.apache.tamaya.optional.OptionalConfiguration
Method that returns the corresponding value, depending on the availability of Tamaya, the registered provider and evaluation policy.
get(String, Class<T>) - Method in interface org.apache.tamaya.optional.ValueProvider
Access a typed value given a (non empty) key.
get(String) - Method in interface org.apache.tamaya.spi.PropertySource
Access a property.
get(String) - Method in class org.apache.tamaya.spi.PropertyValue
Access the given key from this value.
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() - Static method in class org.apache.tamaya.ui.CurrentUser
Get the current user.
getAccessCount() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getAccessDetails(Class) - Method in class org.apache.tamaya.model.Usage
Access a usage reference for a given class.
getAccessDetails(Package) - Method in class org.apache.tamaya.model.Usage
Access a usage reference for a given package.
getAccessDetails(String) - Method in class org.apache.tamaya.model.Usage
Find usages of this key for the given expression (regex).
getAccessDetails() - Method in class org.apache.tamaya.model.Usage
Get the access details (stacktrace etrc) for this reference.
getAccessPoint() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getAddedProperties(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Get a list with property keys added within the given transaction.
getAddedProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Get an unmodifiable key/value map of properties added or updated.
getAddedPropertySources() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the property sources to be added.
getAddedSize() - Method in class org.apache.tamaya.events.ConfigurationChange
Access the number current added entries.
getAddedSize() - Method in class org.apache.tamaya.events.PropertySourceChange
Access the number current added entries.
getAnnotatedElement() - Method in class org.apache.tamaya.spi.ConversionContext
Get the annotated element, if conversion is performed using injection mechanisms.
getAnnotatedField() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
 
getAnnotatedField() - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Get the annotated field.
getAnnotatedMethod() - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
Access the annotated method.
getAnnotatedMethod() - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Get the underlying method reflection type.
getAnnotatedMethod() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
getAnnotation(Class<T>, AnnotatedElement...) - Static method in class org.apache.tamaya.inject.internal.Utils
Utility method to read out repeatable annotations.
getAnnotations(AnnotatedElement, Class<T>, Class<R>) - Static method in class org.apache.tamaya.inject.internal.Utils
Utility method to read out repeatable annotations.
getAnnotations(AccessibleObject, Class<T>, Class<R>) - Static method in class org.apache.tamaya.inject.internal.Utils
Utility method to read out repeatable annotations.
getApplyAllChangePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
This propagation policy writes through all changes to all mutable property sources, where applicable.
getApplyMostSignificantOnlyChangePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
This propagation policy writes changes only once to the most significant property source, where a change is applicable.
getApplyNonePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
This propagation policy writes changes only once to the most significant property source, where a change is applicable.
getApplySelectiveChangePolicy(String...) - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
This propagation policy writes changes only once to the most significant property source, where a change is applicable.
getAutoCommit() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getAutoCommit() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Get the current autoCommit policy.
getBeanManager() - Static method in class org.apache.tamaya.integration.cdi.internal.TamayaCDIIntegration
Get the current BeanManager instance.
getBundleLocation() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
getChangeCount() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
getChangeMonitoringPeriod() - Static method in class org.apache.tamaya.events.ConfigEventManager
Get the current check period to check for configuration changes.
getChangeMonitoringPeriod() - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
getChangeMonitoringPeriod() - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Get the current check period to check for configuration changes.
getChangePropagationPolicy() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getChangePropagationPolicy() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Access the active ChangePropagationPolicy.This policy controls how configuration changes are written/published to the known MutablePropertySource instances of a Configuration.
getChanges() - Method in class org.apache.tamaya.events.ConfigurationChange
Get the changes recorded.
getChanges() - Method in class org.apache.tamaya.events.PropertySourceChange
Get the changes recorded.
getChangeType() - Method in class org.apache.tamaya.events.PropertySourceChange
Gets the type of change for this PropertySource.
getCheckPeriod() - Method in class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
 
getClasses() - Method in class org.apache.tamaya.server.ConfigServiceApp.ResourceLoader
 
getClassLoaderID(ClassLoader) - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Evaluates a String key for identfying a classloader instance, based on the loader class and its hashCode.
getClassLoaderID() - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Evaluates a String key for identfying a classloader instance, based on the loader class and its hashCode.
getClientId() - Static method in class org.apache.tamaya.examples.remote.client.Client
Evaluates the current client id in the following order: Checking for an environment variable CLIENT_ID Checking for a system property clientId.
getCombinedProperties() - Method in class org.apache.tamaya.format.ConfigurationData
Get combined properties for this config data instance.
getCombinedProperties() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Access the current combined properties, if not present a new instance is initialized.
getConfigEntries() - Method in class org.apache.tamaya.spi.FilterContext
This map contains the following keys: the original value before any filters were applied on it.
getConfigEntries() - Method in class org.apache.tamaya.spi.PropertyValue
Creates a full configuration map for this key, value pair and all its meta context data.
getConfigInfoText() - Static method in class org.apache.tamaya.model.ConfigModelManager
Access the usage statistics for the recorded uses of configuration.
getConfigModel() - Method in class org.apache.tamaya.model.Validation
Get the configModel section.
getConfigModels() - Method in class org.apache.tamaya.model.internal.ConfiguredInlineModelProviderSpi
 
getConfigModels() - Method in class org.apache.tamaya.model.internal.ConfiguredPropertiesModelProviderSpi
 
getConfigModels() - Method in class org.apache.tamaya.model.internal.ConfiguredResourcesModelProviderSpi
 
getConfigModels() - Method in class org.apache.tamaya.model.internal.ConfiguredTypeEventsModelProvider
 
getConfigModels() - Method in interface org.apache.tamaya.model.spi.ModelProviderSpi
Get the validation defined.
getConfiguration() - Static method in class org.apache.tamaya.ConfigurationProvider
Access the current configuration.
getConfiguration() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getConfiguration(ConfigurationContext) - Method in class org.apache.tamaya.integration.cdi.internal.TamayaConfigProvider
 
getConfiguration(String, String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigAdminImpl
 
getConfiguration(String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigAdminImpl
 
getConfiguration() - Method in class org.apache.tamaya.management.ManagedConfig
 
getConfiguration() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Accesses a configuration current a given type as Map.
getConfiguration() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Access the current Configuration.
getConfiguration() - Method in class org.apache.tamaya.spi.ConversionContext
Get the configuration, which is targeted.
getConfigurationContext() - Static method in class org.apache.tamaya.ConfigurationProvider
Deprecated.
getConfigurationContext() - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
Access the configuration's context.
getConfigurationContext() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getConfigurationContext() - Method in class org.apache.tamaya.integration.cdi.internal.TamayaConfigProvider
 
getConfigurationContext() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Deprecated.
Will be removed in favour of Configuration.getContext().
getConfigurationContext() - Method in class org.apache.tamaya.spi.ConversionContext
 
getConfigurationContextBuilder() - Static method in class org.apache.tamaya.ConfigurationProvider
Create a new ConfigurationContextBuilder instance.
getConfigurationContextBuilder() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
getConfigurationContextBuilder() - Method in class org.apache.tamaya.integration.cdi.internal.TamayaConfigProvider
 
getConfigurationContextBuilder() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Creates a new ConfigurationContextBuilder instance.
getConfigurationDataFromURL(URL) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
 
getConfigurationInjector() - Static method in class org.apache.tamaya.inject.ConfigurationInjection
Get the current injector instance.
getConfigurationInternal() - Method in class org.apache.tamaya.management.ManagedConfig
Evaluate the current configuration.
getConfigurationModel() - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
getConfigurationModel(ModelTarget) - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
getConfigurationModel() - Method in interface org.apache.tamaya.model.spi.ConfigDocumentationMBean
 
getConfigurationModel(ModelTarget) - Method in interface org.apache.tamaya.model.spi.ConfigDocumentationMBean
 
getConfiguredFields() - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
Get the registered configured fields.
getConfiguredFields() - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
Get the registered configured fields.
getConfiguredKeys() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
Access the applyable configuration keys for this field.
getConfiguredKeys() - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
Access the applyable configuration keys for this field.
getConfiguredKeys() - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Get a list of all target keys for the given field.
getConfiguredKeys() - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Get the key required to be evaluated.
getConfiguredKeys() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
getConfiguredMethods() - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
Get the registered annotated setter methods.
getConfiguredMethods() - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
Get the registered configured methods.
getConfiguredSupplier(ConfiguredItemSupplier<T>) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Creates a supplier for configured instances of the given type T.
getConfiguredSupplier(ConfiguredItemSupplier<T>, Configuration) - Method in interface org.apache.tamaya.inject.ConfigurationInjector
Creates a supplier for configured instances of the given type T.
getConfiguredSupplier(ConfiguredItemSupplier<T>) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
 
getConfiguredSupplier(ConfiguredItemSupplier<T>, Configuration) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
 
getConsulBackends() - Static method in class org.apache.tamaya.consul.ConsulBackends
 
getContext() - Method in interface org.apache.tamaya.Configuration
Access a configurationŝ context.
getContext() - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
getContext() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getContext() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getContext() - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
getCurrent() - Static method in class org.apache.tamaya.ui.VadiinApp
 
getDefaultClassLoader() - Static method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Utility method that either returns the current thread context classloader or - if not available - the classloader that loaded this class.
getDefaultOrdinal() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getDefaultOrdinal() - Method in class org.apache.tamaya.consul.ConsulPropertySource
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.core.propertysource.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.etcd.EtcdPropertySource
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.BasePropertySource
Returns the default ordinal used, when no ordinal is set, or the ordinal was not parseable to an int value.
getDefaultProperties() - Method in class org.apache.tamaya.format.ConfigurationData
Convenience accessor for accessing the default section.
getDefaultProperties() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Access the current default section, if not present a new instance is initialized.
getDefinedType(Class<?>) - Method in class org.apache.tamaya.TypeLiteral
 
getDeleteCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 
getDescription() - Method in interface org.apache.tamaya.examples.injection.ExampleTemplate
 
getDescription() - Method in interface org.apache.tamaya.model.ConfigModel
Get an description of the item, using the default locale.
getDescription() - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
getDescription() - Method in class org.apache.tamaya.model.spi.GroupModel
 
getDisplayName() - Method in class org.apache.tamaya.events.ui.EventView.Provider
 
getDisplayName() - Method in class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.Provider
 
getDisplayName() - Method in interface org.apache.tamaya.ui.ViewProvider
Get the name to be displayed for this view.
getDisplayName() - Method in class org.apache.tamaya.ui.views.ConfigView.Provider
 
getDisplayName() - Method in class org.apache.tamaya.ui.views.HomeView.Provider
 
getDisplayName() - Method in class org.apache.tamaya.ui.views.SystemView.Provider
 
getEtcdBackends() - Static method in class org.apache.tamaya.etcd.EtcdBackends
 
getExampleAuthor() - Method in interface org.apache.tamaya.examples.injection.ExampleTemplate
 
getFactoryPid() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
getFilters() - Method in class org.apache.tamaya.filter.ProgrammableFilter
Get all filters.
getFirstAccessTS() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getFormat() - Method in class org.apache.tamaya.format.ConfigurationData
Get the ConfigurationFormat that read this data.
getFormats() - Static method in class org.apache.tamaya.format.ConfigurationFormats
Get all currently available formats, ordered by priority.
getFormats(String...) - Static method in class org.apache.tamaya.format.ConfigurationFormats
Get all currently available formats, ordered by priority.
getFormats(URL) - Static method in class org.apache.tamaya.format.ConfigurationFormats
Get all currently available formats, ordered by priority.
getFullName() - Method in class org.apache.tamaya.ui.User
Get the full name.
getGenericInterfaceTypeParameters(Class<?>, Class<?>) - Static method in class org.apache.tamaya.TypeLiteral
Checks the current implemented generic interfaces and evaluates the given single type parameter.
getIgnoredPackages() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
getIgnoredPackages() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Get the list of package, which are not evaluated for tracking configuration access and usage statistics.
getIgnoredUsagePackages() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Returnes a set fo package names tha are to be ignored when collecting usage data.
getItemNoParent() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Return the item assigned to the current thread context class loader or - if null - the class that loaded this class.
getItemNoParent(boolean) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Return the item assigned to the current thread context class loader or - if null - the class that loaded this class.
getItemNoParent(ClassLoader, boolean) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Return the item assigned to the current thread context class loader or - if null - the class that loaded this class.
getItems() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Get all items valid for the current thread context class loader, or - if null - the classloader that loaded this class.
getItems(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Get all items found for the given classloader and all its parent classloaders.
getJsonConfigurationInfo() - Method in class org.apache.tamaya.management.ManagedConfig
 
getJsonConfigurationInfo() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Get a general description of the configuration (context) in place, in JSON format: Configuration: { "class": "org.apache.tamaya.core.internal.DefaultConfiguration", "timestamp": 1440426409388, "data": { "ALLUSERSPROFILE": "C:\ProgramData", "APPDATA": "C:\Users\Anatole\AppData\Roaming", "COMPUTERNAME": "DEVBOX-WIN", "ComSpec": "C:\Windows\system32\cmd.exe", "CommonProgramFiles": "C:\Program Files\Common Files", "CommonProgramFiles(x86)": "C:\Program Files (x86)\Common Files", "CommonProgramW6432": "C:\Program Files\Common Files", "FP_NO_HOST_CHECK": "NO", "HOMEDRIVE": "C:", // ... } }
getKey() - Method in class org.apache.tamaya.model.Usage
Get the configModel section.
getKey() - Method in class org.apache.tamaya.spi.ConversionContext
Get the key accessed.
getKey() - Method in class org.apache.tamaya.spi.FilterContext
Get the key accessed.
getKey() - Method in class org.apache.tamaya.spi.PropertyValue
The requested key.
getKeys(Field) - Static method in class org.apache.tamaya.inject.api.InjectionUtils
Collects all keys to be be accessed as defined by any annotations of type ConfigDefaultSections, Config.
getKeys(Method) - Static method in class org.apache.tamaya.inject.api.InjectionUtils
Collects all keys to be be accessed as defined by any annotations of type ConfigDefaultSections, Config.
getLastAccessTS() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getLifecycle() - Method in class org.apache.tamaya.events.ui.EventView.Provider
 
getLifecycle() - Method in class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.Provider
 
getLifecycle() - Method in interface org.apache.tamaya.ui.ViewProvider
Get the view lifecycle model.
getLifecycle() - Method in class org.apache.tamaya.ui.views.ConfigView.Provider
 
getLifecycle() - Method in class org.apache.tamaya.ui.views.HomeView.Provider
 
getLifecycle() - Method in class org.apache.tamaya.ui.views.SystemView.Provider
 
getListeners(Class<T>) - Static method in class org.apache.tamaya.events.ConfigEventManager
Access all registered ConfigEventListeners listening to a given event type.
getListeners() - Static method in class org.apache.tamaya.events.ConfigEventManager
Access all registered ConfigEventListeners listening to a all kind of event types globally.
getListeners(Class<? extends ConfigEvent>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
getListeners() - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
getListeners() - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Access all globally registered listeners.
getListeners(Class<? extends ConfigEvent>) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Access all listeners listening for a certain event type, including any global listeners.
getLoginDate() - Method in class org.apache.tamaya.ui.User
Get the last login timestamp.
getLogoutDate() - Method in class org.apache.tamaya.ui.User
Get the last login timestamp.
getMap(Properties) - Static method in class org.apache.tamaya.spisupport.MapPropertySource
Simple method to convert Properties into a Map instance.
getMapFilters() - Static method in class org.apache.tamaya.filter.ConfigurationFilter
Access the filtering configuration that is used for filtering configuration properties accessed as full map.
getMaxTraceLength() - Static method in class org.apache.tamaya.model.Usage
Get the maximal length of the stack traces recorded, default is 10.
getMessage() - Method in class org.apache.tamaya.model.Validation
Get the detail message.
getMessage(String) - Method in class org.apache.tamaya.ui.internal.ConfigurationBasedMessageProvider
Get a message using the defaul locale.
getMessage(String, Locale) - Method in class org.apache.tamaya.ui.internal.ConfigurationBasedMessageProvider
Get a message.
getMessage(String) - Method in interface org.apache.tamaya.ui.services.MessageProvider
Get a message using the default locale.
getMessage(String, Locale) - Method in interface org.apache.tamaya.ui.services.MessageProvider
Get a message.
getModel(String, Class<T>) - Static method in class org.apache.tamaya.model.ConfigModelManager
Find the validations by matching the validation's name against the given model type.
getModels() - Static method in class org.apache.tamaya.model.ConfigModelManager
Get the validations defined.
getMutableConfiguration() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
Creates a new MutableConfiguration for the given default configuration, using all MutablePropertySource instances found in its context and autoCommit = false.
getMutableConfiguration(Configuration) - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
Creates a new MutableConfiguration for the given configuration, using all MutablePropertySource instances found in its context and autoCommit = false.
getMutablePropertySources() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getMutablePropertySources() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Identifies the configuration backend that are targeted by this instance and which are also responsible for writing back the changes applied.
getName() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getName() - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.BasePropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.SimplePropertySource
 
getName() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getName() - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
getName() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getName() - Method in interface org.apache.tamaya.examples.injection.ExampleTemplate
 
getName() - Method in class org.apache.tamaya.examples.simple.SimplePropertySource
 
getName() - Method in interface org.apache.tamaya.format.ConfigurationFormat
Get a unique name of the format.
getName() - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
getName() - Method in class org.apache.tamaya.format.formats.IniConfigurationFormat
 
getName() - Method in class org.apache.tamaya.format.formats.PropertiesFormat
 
getName() - Method in class org.apache.tamaya.format.formats.PropertiesXmlFormat
 
getName() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
 
getName() - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
 
getName() - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
getName() - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Get the field's name.
getName() - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Get the method's name, e.g.
getName() - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
Get the type's name.
getName() - Method in class org.apache.tamaya.integration.camel.TamayaPropertyResolver
 
getName() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
getName() - Method in class org.apache.tamaya.json.JSONFormat
 
getName() - Method in class org.apache.tamaya.json.JSONPropertySource
 
getName() - Method in class org.apache.tamaya.json.YAMLFormat
 
getName() - Method in class org.apache.tamaya.json.YAMLPropertySource
 
getName() - Method in interface org.apache.tamaya.model.ConfigModel
Get the item's name, it should minimally describe the validation.
getName() - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
getName() - Method in class org.apache.tamaya.model.spi.GroupModel
 
getName() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
 
getName() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
 
getName() - Method in interface org.apache.tamaya.spi.PropertySource
Get the name of the property source.
getName() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
getName() - Method in class org.apache.tamaya.spisupport.MapPropertySource
 
getNewValue() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Access a new value that has not yet been committed.
getOrDefault(String, String) - Method in interface org.apache.tamaya.Configuration
Access a property.
getOrDefault(String, Class<T>, T) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
getOrDefault(String, TypeLiteral<T>, T) - Method in interface org.apache.tamaya.Configuration
Get the property keys as type T.
getOrDefault(String, String) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
getOrDefault(String, TypeLiteral<T>, T) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
getOrDefault(String, String) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getOrDefault(String, TypeLiteral<T>, T) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getOrDefault(String, String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getOrDefault(String, TypeLiteral<T>, T) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getOrDefault(String, String) - Method in class org.apache.tamaya.optional.OptionalConfiguration
Access a String value.
getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.optional.OptionalConfiguration
Access a String value.
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.builder.SimplePropertySource
 
getOrdinal() - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.BasePropertySource
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.json.JSONPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.json.YAMLPropertySource
 
getOrdinal() - Method in interface org.apache.tamaya.spi.PropertySource
Lookup order: TODO rethink whole default PropertySources and ordering: TODO introduce default values or constants for ordinals System properties (ordinal 400) Environment properties (ordinal 300) JNDI values (ordinal 200) Properties file values (/META-INF/applicationConfiguration.properties) (ordinal 100) Important Hints for custom implementations: If a custom implementation should be invoked before the default implementations, use a value > 400 If a custom implementation should be invoked after the default implementations, use a value < 100 Reordering of the default order of the config-sources: Example: If the properties file/s should be used before the other implementations, you have to configure an ordinal > 400.
getOrdinal() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
getOrdinal() - Method in class org.apache.tamaya.spisupport.MapPropertySource
 
getParameterType() - Method in class org.apache.tamaya.model.spi.ParameterModel
Get the required parameter type.
getParameterTypes() - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
Get the type to be set on the setter method.
getParameterTypes() - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Get the methods input parameter types.
getParameterTypes() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
getParametrizedType(Class<?>) - Static method in class org.apache.tamaya.core.internal.ReflectionUtil
 
getParentItems() - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Get all items valid for the parent class loader of the current thread context class loader, or - if null - the parent of the classloader that loaded this class.
getParentItems(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Get all items found for the parent of the given classloader and all its parent classloaders.
getPid() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
getPriority(Object) - Static method in class org.apache.tamaya.clsupport.CLAwareServiceContext
Checks the given instance for a @Priority annotation.
getPriority(Object) - Static method in class org.apache.tamaya.core.internal.DefaultServiceContext
Checks the given instance for a @Priority annotation.
getPriority(Object) - Static method in class org.apache.tamaya.core.internal.PriorityServiceComparator
Checks the given instance for a @Priority annotation.
getPriority(Class) - Static method in class org.apache.tamaya.core.internal.PriorityServiceComparator
Checks the given type optionally annotated with a @Priority.
getPriority(Object) - Static method in class org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext
Checks the given instance for a @Priority annotation.
getPriority(Object) - Static method in class org.apache.tamaya.spisupport.PriorityServiceComparator
Checks the given instance for a @Priority annotation.
getPriority(Object) - Static method in class org.apache.tamaya.spisupport.PropertyConverterManager
Checks the given instance for a @Priority annotation.
getProduct() - Static method in class org.apache.tamaya.server.VersionProperties
 
getProperties() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
getProperties() - Method in interface org.apache.tamaya.Configuration
Access all currently known configuration properties as a full Map<String,String>.
getProperties() - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
getProperties() - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
Get the current properties, composed by the loaded PropertySource and filtered by registered PropertyFilter.
getProperties() - Method in class org.apache.tamaya.core.propertysource.CLIPropertySource
 
getProperties() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
getProperties() - Method in class org.apache.tamaya.core.propertysource.SimplePropertySource
 
getProperties() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
getProperties(String) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Get all properties for the given directory key recursively.
getProperties(String, boolean) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Access all properties.
getProperties() - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
getProperties() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getProperties() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getProperties() - Method in class org.apache.tamaya.examples.simple.SimplePropertySource
 
getProperties() - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
getProperties() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
getProperties() - Method in class org.apache.tamaya.json.JSONPropertySource
 
getProperties() - Method in class org.apache.tamaya.json.YAMLPropertySource
 
getProperties() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
 
getProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
 
getProperties() - Method in interface org.apache.tamaya.spi.PropertySource
Access the current properties as Map.
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.MapPropertySource
 
getProperty(String) - Method in class org.apache.tamaya.integration.spring.TamayaSpringPropertySource
 
getPropertyConverters() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
getPropertyConverters() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyConverters() - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Get a map of all property converters currently registered.
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Get the list of all current registered converters for the given target type.
getPropertyConverters() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
getPropertyConverters() - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Get a map of all property converters currently registered.
getPropertyConverters(TypeLiteral<T>) - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Get the list of all current registered converters for the given target type.
getPropertyConverters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the Map of registered PropertyConverters per type.
getPropertyConverters(TypeLiteral<T>) - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the registered PropertyConverters for a given type.
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.clsupport.CLAwareConfigurationContext
 
getPropertyFilters() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyFilters() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
getPropertyFilters() - Method in interface org.apache.tamaya.spi.ConfigurationContext
Access the current PropertyFilter instances.
getPropertyFilters() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertySource(Class<T>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Get a list of all PropertySource instances managed by the current ConfigurationContext that are assignable to the given type.
getPropertySourceChanges() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the changes recorded.
getPropertySources() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.core.provider.JavaConfigurationProvider
 
getPropertySources(Path) - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Read property sources from the given file.
getPropertySources() - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
 
getPropertySources(URL) - Method in class org.apache.tamaya.examples.resources.MyPathPropertySourceProvider
 
getPropertySources() - Method in class org.apache.tamaya.examples.simple.SimplePropertySourceProvider
 
getPropertySources(ConfigurationData) - Method in class org.apache.tamaya.format.BaseFormatPropertySourceProvider
Method to create a PropertySource based on the given entries read.
getPropertySources() - Method in class org.apache.tamaya.format.BaseFormatPropertySourceProvider
This method does dynamically resolve the paths using the current ClassLoader set.
getPropertySources(Collection<URL>, ConfigurationFormat...) - Static method in class org.apache.tamaya.format.ConfigurationFormats
 
getPropertySources(Class<T>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Get a list of all PropertySource instances managed by the current ConfigurationContext that are assignable to the given type.
getPropertySources() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
getPropertySources() - Method in class org.apache.tamaya.resource.AbstractPathPropertySourceProvider
 
getPropertySources(URL) - Method in class org.apache.tamaya.resource.AbstractPathPropertySourceProvider
Factory method that creates a PropertySource based on the URL found by the resource locator.
getPropertySources() - Method in interface org.apache.tamaya.spi.ConfigurationContext
This method returns the current list of registered PropertySources ordered via their ordinal.
getPropertySources() - Method in interface org.apache.tamaya.spi.PropertySourceProvider
 
getPropertySources() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getPropertySourcesThatCanRemove(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getPropertySourcesThatCanRemove(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Identifies the configuration backend that know the given key(s) and support removing it/them.
getPropertySourcesThatCanWrite(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getPropertySourcesThatCanWrite(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Identifies the configuration backends that supports writing the given key(s).
getPropertySourcesThatKnow(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getPropertySourcesThatKnow(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Identifies the configuration backend that know the given key(s).
getPropertySourceUpdates() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the property source updates.
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
getPropertyValueCombinationPolicy() - Method in interface org.apache.tamaya.spi.ConfigurationContext
Access the PropertyValueCombinationPolicy used to evaluate the final property values.
getPropertyValueCombinationPolicy() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
getRawType() - Method in class org.apache.tamaya.TypeLiteral
Returns basic raw Java type.
getReadCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 
getReferenceCount() - Method in class org.apache.tamaya.model.Usage
Get the detail message.
getRemovedProperties(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Get a list with property keys removed within the given transaction.
getRemovedProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Get an unmodifiable key set of properties removed.
getRemovedPropertySources() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the property sources to be removed.
getRemovedSize() - Method in class org.apache.tamaya.events.ConfigurationChange
Access the number current removed entries.
getRemovedSize() - Method in class org.apache.tamaya.events.PropertySourceChange
Access the number current removed entries.
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.ConfigResolver
 
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.EnvironmentPropertyResolver
 
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.FileResolver
 
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.ResourceResolver
 
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.SystemPropertyResolver
 
getResolverPrefix() - Method in class org.apache.tamaya.resolver.internal.URLResolver
 
getResolverPrefix() - Method in interface org.apache.tamaya.resolver.spi.ExpressionResolver
Get the unique resolver prefix.
getResource() - Method in interface org.apache.tamaya.events.ConfigEvent
Get the underlying property provider/configuration.
getResource() - Method in class org.apache.tamaya.events.ConfigurationChange
Get the underlying property provider/configuration.
getResource() - Method in class org.apache.tamaya.events.ConfigurationContextChange
 
getResource() - Method in class org.apache.tamaya.events.PropertySourceChange
Get the underlying property provider/configuration.
getResource() - Method in class org.apache.tamaya.events.spi.BaseConfigEvent
 
getResource() - Method in class org.apache.tamaya.format.ConfigurationData
Get the resource from which this data was read.
getResourceResolver() - Static method in class org.apache.tamaya.resource.ConfigResources
Access the current ResourceResolver.
getResources(Collection<String>) - Method in class org.apache.tamaya.resource.BaseResourceResolver
Resolves resource expressions to a list of URLs.
getResources(String...) - Method in class org.apache.tamaya.resource.BaseResourceResolver
Resolves resource expressions to a list of URLs.
getResources(ClassLoader, String...) - Method in class org.apache.tamaya.resource.BaseResourceResolver
Resolves resource expressions to a list of URLs, considerubg the given classloader for classloader dependent format.
getResources(ClassLoader, Collection<String>) - Method in class org.apache.tamaya.resource.BaseResourceResolver
Resolves resource expressions to a list of URLs, considerubg the given classloader for classloader dependent format.
getResources(ClassLoader, Collection<String>) - Method in class org.apache.tamaya.resource.internal.DefaultResourceResolver
 
getResources(Collection<String>) - Method in interface org.apache.tamaya.resource.ResourceResolver
Resolves resource expressions to a list of URLs.
getResources(String...) - Method in interface org.apache.tamaya.resource.ResourceResolver
Resolves resource expressions to a list of URLs.
getResources(ClassLoader, String...) - Method in interface org.apache.tamaya.resource.ResourceResolver
Resolves resource expressions to a list of URLs, considerubg the given classloader for classloader dependent format.
getResources(ClassLoader, Collection<String>) - Method in interface org.apache.tamaya.resource.ResourceResolver
Resolves resource expressions to a list of URLs, considerubg the given classloader for classloader dependent format.
getResourceType() - Method in interface org.apache.tamaya.events.ConfigEvent
Access the type of resource.
getResourceType() - Method in class org.apache.tamaya.events.ConfigurationChange
 
getResourceType() - Method in class org.apache.tamaya.events.ConfigurationContextChange
 
getResourceType() - Method in class org.apache.tamaya.events.PropertySourceChange
 
getResourceType() - Method in class org.apache.tamaya.events.spi.BaseConfigEvent
 
getResult() - Method in class org.apache.tamaya.model.Validation
Get the configModel result.
getRoles() - Method in class org.apache.tamaya.ui.User
Get the user's roles.
getScope(String, String) - Static method in class org.apache.tamaya.server.spi.ScopeManager
Get the scope given its id and provider.
getScope(String) - Method in interface org.apache.tamaya.server.spi.ScopeProvider
Return the scope operator that implements the scope for the given scope id.
getScopes() - Static method in class org.apache.tamaya.server.spi.ScopeManager
Get the defined scope names.
getScopeType() - Method in interface org.apache.tamaya.server.spi.ScopeProvider
Access the unique scope name.
getSection(String) - Method in class org.apache.tamaya.format.ConfigurationData
Get a section's data.
getSection(String, boolean) - Method in class org.apache.tamaya.management.ManagedConfig
 
getSection(String, boolean) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Accesses a configuration values for current a given config section as Map.
getSectionNames() - Method in class org.apache.tamaya.format.ConfigurationData
Access an immutable Set of all present section names, including the default section (if any).
getSections() - Method in class org.apache.tamaya.format.ConfigurationData
Accessor used for easily creating a new builder based on a given data instance.
getSections() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Access the current named sections, if not present a new instance is initialized.
getSections() - Method in class org.apache.tamaya.management.ManagedConfig
 
getSections() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Access the defined sections for a given configuration.
getService(Class<T>) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
This method tries to evaluate the current singleton from the ServiceContainer attached to the current classloader.
getService(Class<T>, ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
Evaluates the current singleton instance using the given classloader context.
getService(Class<T>) - Method in class org.apache.tamaya.core.internal.DefaultServiceContext
 
getService(Class<T>) - Method in class org.apache.tamaya.core.internal.OSGIServiceContext
 
getService(Class<T>) - Method in class org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext
 
getService(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
Access a service singleton via its type.
getServiceContext() - Static method in class org.apache.tamaya.spi.ServiceContextManager
getServices(Class<T>) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
Gets the services visible.
getServices(Class<T>, ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
Gets the services visible.
getServices(Class<T>) - Method in class org.apache.tamaya.core.internal.DefaultServiceContext
Loads and registers services.
getServices(Class<T>) - Method in class org.apache.tamaya.core.internal.OSGIServiceContext
 
getServices(Class<T>) - Method in class org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext
Loads and registers services.
getServices(Class<T>) - Method in interface org.apache.tamaya.spi.ServiceContext
Access a list current services, given its type.
getSignature() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
 
getSignature() - Method in class org.apache.tamaya.inject.internal.ConfiguredSetterMethod
 
getSignature() - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Get the field's full signature.
getSignature() - Method in interface org.apache.tamaya.inject.spi.ConfiguredMethod
Get the methods signature, e.g.
getSignature() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
getSingleFilters() - Static method in class org.apache.tamaya.filter.ConfigurationFilter
Access the filtering configuration that is used for filtering single property values accessed.
getStackTrace() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getStartedAt() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Timestamp in UTC millis, when this transaction (context) was created.
getSupportedFormats() - Method in class org.apache.tamaya.spi.ConversionContext
Get the supported/tried formats in precedence order.
getTamayaConfigRoot(String, String) - Method in interface org.apache.tamaya.integration.osgi.OSGIConfigRootMapper
Map the given OSGI pid to a corresponding configuration section in Tamaya.
getTargetType() - Method in class org.apache.tamaya.spi.ConversionContext
Get the target type required.
getTimestamp() - Method in interface org.apache.tamaya.events.ConfigEvent
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.ConfigurationChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.PropertySourceChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.spi.BaseConfigEvent
 
getTrackedValues() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
getTransactionId() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
getTransactionId() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Get the current transaction id.
getTransactionID() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Get the corresppnding transaction ID of this instance.
getTransitiveSections() - Method in class org.apache.tamaya.management.ManagedConfig
 
getTransitiveSections() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Access the transitive sections for the current configuration.
getType() - Method in interface org.apache.tamaya.examples.injection.ExampleTemplate
 
getType() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
Get the field's type.
getType() - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
getType() - Method in interface org.apache.tamaya.inject.spi.ConfiguredField
Get the field's type.
getType() - Method in interface org.apache.tamaya.inject.spi.ConfiguredType
Get the type's class.
getType() - Method in interface org.apache.tamaya.model.ConfigModel
Get the type of item that is modelled.
getType() - Method in class org.apache.tamaya.model.spi.GroupModel
 
getType() - Method in class org.apache.tamaya.model.spi.ParameterModel
 
getType() - Method in class org.apache.tamaya.model.spi.SectionModel
 
getType() - Method in class org.apache.tamaya.TypeLiteral
 
getTypeParameters(Type) - Static method in class org.apache.tamaya.TypeLiteral
Method that checks the class's type for a generic interface implementation type.
getUpdatedPropertySources() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the property sources to be updated.
getUpdatedSize() - Method in class org.apache.tamaya.events.ConfigurationChange
Access the number current updated entries.
getUpdatedSize() - Method in class org.apache.tamaya.events.PropertySourceChange
Access the number current updated entries.
getUpdatePolicy() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Access the UpdatePolicy used for updating this value.
getUrl() - Method in class org.apache.tamaya.etcd.EtcdAccessor
Access the server root URL used by this accessor.
getUrlPattern() - Method in class org.apache.tamaya.events.ui.EventView.Provider
 
getUrlPattern() - Method in class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.Provider
 
getUrlPattern() - Method in interface org.apache.tamaya.ui.ViewProvider
Get the url pattern where this view should be accessible.
getUrlPattern() - Method in class org.apache.tamaya.ui.views.ConfigView.Provider
 
getUrlPattern() - Method in class org.apache.tamaya.ui.views.HomeView.Provider
 
getUrlPattern() - Method in class org.apache.tamaya.ui.views.SystemView.Provider
 
getUsage(String) - Static method in class org.apache.tamaya.model.ConfigUsageStats
Access the usage statistics for a given key.
getUsage(String) - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
getUsage(String) - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Access the usage statistics for a given key.
getUsageAllProperties() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Access the usage statistics for accessing Configuration.getProperties().
getUsageAllProperties() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
getUsageAllProperties() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Access the usage statistics for accessing Configuration.getProperties().
getUsageCount() - Method in class org.apache.tamaya.model.Usage
Get the detail message.
getUsageInfo() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Access the usage statistics for the recorded uses of configuration.
getUsageInfo() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
Access the usage statistics for the recorded uses of configuration.
getUsageInfo() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Access the usage statistics for the recorded uses of configuration.
getUsages() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Get the recorded usage references of configuration.
getUsages() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
Get the recorded usage references of configuration.
getUsages() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Get the recorded usage references of configuration.
getUser() - Method in class org.apache.tamaya.ui.event.LogoutEvent
Get the user logged out.
getUser() - Method in class org.apache.tamaya.ui.views.login.LoginEvent
Get the user logged in.
getUserID() - Method in class org.apache.tamaya.ui.User
Get the user ID.
getValidations() - Method in class org.apache.tamaya.model.spi.GroupModel
 
getValue() - Method in class org.apache.tamaya.spi.PropertyValue
The value.
getVersion() - Method in class org.apache.tamaya.etcd.EtcdAccessor
Get the etcd server version.
getVersion() - Method in interface org.apache.tamaya.events.ConfigEvent
Get the version relative to the observed resource.
getVersion() - Method in class org.apache.tamaya.events.ConfigurationChange
Get the base version, usable for optimistic locking.
getVersion() - Method in class org.apache.tamaya.events.ConfigurationContextChange
Get the base version, usable for optimistic locking.
getVersion() - Method in class org.apache.tamaya.events.PropertySourceChange
Get the base version, usable for optimistic locking.
getVersion() - Method in class org.apache.tamaya.events.spi.BaseConfigEvent
 
getVersion() - Method in interface org.apache.tamaya.examples.injection.ExampleTemplate
 
getVersion() - Static method in class org.apache.tamaya.server.VersionProperties
 
getView(String) - Method in class org.apache.tamaya.ui.components.LazyProvider
 
getViewName(String) - Method in class org.apache.tamaya.ui.components.LazyProvider
 
getViewName() - Method in class org.apache.tamaya.ui.event.NavigationEvent
Access the target view name.
getWriteCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 
getWriter() - Method in class org.apache.tamaya.mutableconfig.ui.ProtocolWidget
 
getXmlConfigurationInfo() - Method in class org.apache.tamaya.management.ManagedConfig
 
getXmlConfigurationInfo() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Get a general description of the configuration (context) in place, in JSON format: ConfigurationContext[gqContextClassName] { version = 2345-34334-2333-3434, config { key = "value", key2 = "value2" ... }, filters = [...], converters{...}, property-sources{...} }
GroupModel - Class in org.apache.tamaya.model.spi
Default configuration Model for a configuration area.
GroupModel(String, ConfigModel...) - Constructor for class org.apache.tamaya.model.spi.GroupModel
 
GroupModel(String, Collection<ConfigModel>) - Constructor for class org.apache.tamaya.model.spi.GroupModel
 

H

hasCombinedProperties() - Method in class org.apache.tamaya.format.ConfigurationData
Immutable accessor to ckeck, if there are combined properties set.
hasDefaultProperties() - Method in class org.apache.tamaya.format.ConfigurationData
Immutable accessor to ckeck, if there are default properties present.
hashCode() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
hashCode() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
hashCode() - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
hashCode() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
 
hashCode() - Method in class org.apache.tamaya.TypeLiteral
 
HashMapConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating HashMap representation of a values.
HashMapConverter() - Constructor for class org.apache.tamaya.collections.internal.HashMapConverter
 
HashSetConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating HashSet representation of a values.
HashSetConverter() - Constructor for class org.apache.tamaya.collections.internal.HashSetConverter
 
hasRole(String) - Method in class org.apache.tamaya.ui.User
Checks if the user has the given role.
HomeView - Class in org.apache.tamaya.ui.views
Home view containing a title and a description, used as default entry point of the UI after login.
HomeView() - Constructor for class org.apache.tamaya.ui.views.HomeView
Constructor.
HomeView.Provider - Class in org.apache.tamaya.ui.views
Provider to bew registered providing this view to the UI module.
htmlInfo() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a html formatted ouitput of all properties in the given configuration.
htmlInfo(Map<String, String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a html formatted ouitput of all properties in the given configuration.

I

IniConfigurationFormat - Class in org.apache.tamaya.format.formats
Implements a ini file format.
IniConfigurationFormat() - Constructor for class org.apache.tamaya.format.formats.IniConfigurationFormat
 
init() - Method in class org.apache.tamaya.integration.spring.TamayaSpringConfig
 
init(VaadinRequest) - Method in class org.apache.tamaya.ui.VadiinApp
 
initBeanManager(AfterDeploymentValidation, BeanManager) - Method in class org.apache.tamaya.integration.cdi.internal.TamayaCDIIntegration
Initializes the current BeanManager with the instance passed.
initConverters() - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Registers the default converters provided out of the box.
initConverters() - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Registers the default converters provided out of the box.
initConverters() - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Registers the default converters provided out of the box.
initializeConfiguredFields(ProcessInjectionTarget<T>) - Method in class org.apache.tamaya.integration.cdi.internal.SEInjectorCDIExtension
Method that injects the values into any configured fields, by wrapping the given InjectionTarget.
initMainArgs(String...) - Static method in class org.apache.tamaya.core.propertysource.CLIPropertySource
Configure the main arguments, hereby parsing and mapping the main arguments into configuration propertiesi as key-value pairs.
InjectionUtils - Class in org.apache.tamaya.inject.api
Utility class with several commonly used functions.
InputStreamFactory - Class in org.apache.tamaya.format
Wrapper for a given InputStream to be able to close it via the try-with-resources construct of Java 7.
InputStreamFactory(InputStream) - Constructor for class org.apache.tamaya.format.InputStreamFactory
Creates a new InputStreamFactory.
IntegerConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Integer, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
IntegerConverter() - Constructor for class org.apache.tamaya.core.internal.converters.IntegerConverter
 
invoke(Object, Method, Object[]) - Method in class org.apache.tamaya.inject.internal.ConfigTemplateInvocationHandler
 
isAdded(String) - Method in class org.apache.tamaya.events.ConfigurationChange
Checks if the given key was added.
isAdded(String) - Method in class org.apache.tamaya.events.PropertySourceChange
Checks if the given key was added.
isAffected(PropertySource) - Method in class org.apache.tamaya.events.ConfigurationContextChange
Checks if the given propertySource is affected (added, changed or removed).
isAreaEmpty(String) - Method in class org.apache.tamaya.management.ManagedConfig
 
isAreaEmpty(String) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Allows to determine if an section is empty.
isAreaExisting(String) - Method in class org.apache.tamaya.management.ManagedConfig
 
isAreaExisting(String) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Allows to determine if an section is existing.
isAutoConfigureEnabled() - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
If set also non annotated instances can be configured or created as templates.
isChangeMonitorActive() - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
isChangeMonitorActive() - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Check if the observer is running currently.
isChangeMonitoring() - Static method in class org.apache.tamaya.events.ConfigEventManager
Check if the observer is running currently.
isConfigurationContextSettable() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
isConfigurationContextSettable() - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
Method that allows to determine if a new ConfigurationContext can be applied programmatically.
isConfigured(Class) - Static method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
isConfiguredField(Field) - Static method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
isConfiguredMethod(Method) - Static method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
isDisabled() - Method in class org.apache.tamaya.core.provider.JavaConfigurationProvider
 
isEmpty() - Method in class org.apache.tamaya.events.ConfigurationChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.ConfigurationContextChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.PropertySourceChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.format.ConfigurationData
Checks if no properties are contained in this data item.
isEmpty() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Allows easily to check if no additions/changes an no removals are present in the current transaction.
isExisting(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
isExisting(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Checks if any keys of the given type already exist in the write backend.
isInitialized() - Method in class org.apache.tamaya.core.internal.OSGIServiceContext
 
isKeyAffected(String) - Method in class org.apache.tamaya.events.ConfigurationChange
Checks if the given key is added, or updated AND NOT removed.
isKeyAffected(String) - Method in class org.apache.tamaya.events.PropertySourceChange
Checks if the given key is added, or updated AND NOT removed.
isKeyInSection(String, String) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Calculates the current section key and compares it with the given key.
isKeyInSection(String, String) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Calculates the current section key and compares it to the given key.
isKeyInSections(String, String...) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Calculates the current section key and compares it with the given section keys.
isKeyInSections(String, String...) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Calculates the current section key and compares it to the given section keys.
isLoggedIn() - Static method in class org.apache.tamaya.ui.CurrentUser
Checks if the current user is present and logged in.
isLoggedin() - Method in class org.apache.tamaya.ui.User
Checks if the user is currently logged in.
isMetadataFiltered() - Static method in class org.apache.tamaya.filter.ConfigurationFilter
Flag if metadata entries (starting with an '_') are filtered out on when accessing multiple properties, default is true.
isMonitoring() - Method in class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
 
isPresent() - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
Return true if there is a value present, otherwise false.
isPresent() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Return true if there is a value present, otherwise false.
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.
isRemovable(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
isRemovable(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Checks if a configuration key is removable.
isRemovable(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
isRemovable(String) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Checks if a configuration key is removable.
isRemoved(String) - Method in class org.apache.tamaya.events.ConfigurationChange
Checks if the given key was removed.
isRemoved(String) - Method in class org.apache.tamaya.events.PropertySourceChange
Checks if the given key was removed.
isRequired() - Method in interface org.apache.tamaya.model.ConfigModel
Check if this validation is a required one.
isRequired() - Method in class org.apache.tamaya.model.spi.AbstractConfigModel
 
isRequired() - Method in class org.apache.tamaya.model.spi.GroupModel
 
isScannable() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
isScannable() - Method in class org.apache.tamaya.consul.ConsulPropertySource
 
isScannable() - Method in class org.apache.tamaya.core.propertysource.BasePropertySource
 
isScannable() - Method in class org.apache.tamaya.core.propertysource.EnvironmentPropertySource
 
isScannable() - Method in class org.apache.tamaya.core.propertysource.SystemPropertySource
 
isScannable() - Method in class org.apache.tamaya.etcd.EtcdPropertySource
 
isScannable() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
isScannable() - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
isScannable() - Method in class org.apache.tamaya.json.JSONPropertySource
 
isScannable() - Method in class org.apache.tamaya.json.YAMLPropertySource
 
isScannable() - Method in interface org.apache.tamaya.spi.PropertySource
Determines if this config source can be scanned for its list of properties.
isScannable() - Method in class org.apache.tamaya.spisupport.BasePropertySource
 
isSinglePropertyScoped() - Method in class org.apache.tamaya.spi.FilterContext
Method that determines if filtering is done for a single property accessed, or as part of call to getProperties().
isTargetTypeSupported(TypeLiteral<?>) - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Allows to evaluate if a given target type is supported.
isTargetTypeSupported(TypeLiteral<?>) - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Allows to evaluate if a given target type is supported.
isTargetTypeSupported(TypeLiteral<?>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Allows to evaluate if a given target type is supported.
isUpdated(String) - Method in class org.apache.tamaya.events.ConfigurationChange
Checks if the given key was updated.
isUpdated(String) - Method in class org.apache.tamaya.events.PropertySourceChange
Checks if the given key was updated.
isUsageTrackingEnabled() - Static method in class org.apache.tamaya.model.ConfigUsageStats
Allows to check if usage tracking is enabled /should be disbled by default).
isUsageTrackingEnabled() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
isUsageTrackingEnabled() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Allows to check if usage tracking is enabled /should be disbled by default).
isWritable(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
isWritable(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Checks if a configuration key is writable (or it can be added).
isWritable(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
isWritable(String) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Checks if a configuration key is writable (or it can be added).

J

JavaConfigurationProvider - Class in org.apache.tamaya.core.provider
Provider which reads all "META-INF/javaconfiguration.properties" and "META-INF/javaconfiguration.xml" files found in the classpath.
JavaConfigurationProvider() - Constructor for class org.apache.tamaya.core.provider.JavaConfigurationProvider
 
JOHNZON_SUPPORTS_COMMENTS_PROP - Static variable in class org.apache.tamaya.etcd.EtcdAccessor
Property that make Johnzon accept commentc.
JOHNZON_SUPPORTS_COMMENTS_PROP - Static variable in class org.apache.tamaya.json.JSONFormat
Property that make Johnzon accept commentc.
JOHNZON_SUPPORTS_COMMENTS_PROP - Static variable in class org.apache.tamaya.json.JSONPropertySource
Constant for enabling comments in Johnzon.
JSONFormat - Class in org.apache.tamaya.json
Implementation of the ConfigurationFormat able to read configuration properties represented in JSON
JSONFormat() - Constructor for class org.apache.tamaya.json.JSONFormat
Constructor, itniaitlizing zhe JSON reader factory.
jsonInfo() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a JSON formatted ouitput of all properties in the given configuration.
jsonInfo(Map<String, String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a JSON formatted ouitput of all properties in the given configuration.
JSONPropertySource - Class in org.apache.tamaya.json
Property source based on a JSON file.
JSONPropertySource(URL) - Constructor for class org.apache.tamaya.json.JSONPropertySource
Constructor, hereby using 0 as the default ordinal.
JSONPropertySource(URL, int) - Constructor for class org.apache.tamaya.json.JSONPropertySource
Constructor.

K

KeyMapper - Interface in org.apache.tamaya.functions
Represents a function that maps a key of a property entry to another key (or removes it if mapped to null).

L

LazyProvider - Class in org.apache.tamaya.ui.components
Lazily initializes a view when it's first accessed, then always returns the same instance on subsequent calls.
LazyProvider(String, ViewProvider) - Constructor for class org.apache.tamaya.ui.components.LazyProvider
 
LinkedListConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating LinkedList representation of a values.
LinkedListConverter() - Constructor for class org.apache.tamaya.collections.internal.LinkedListConverter
 
listConfigurations(String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigAdminImpl
 
ListConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating a LIST representation of values.
ListConverter() - Constructor for class org.apache.tamaya.collections.internal.ListConverter
 
loadItems(ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Loads the items for the given classloader and all its parent classloaders.
loadItems(ClassLoader, boolean) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Loads the items for the given classloader and all its parent classloaders.
LoadPolicy - Enum in org.apache.tamaya.inject.api
Available policies that describe how changes affecting configured values are published/reinjected for a DynamicValue.
loadValidations(Map<String, String>) - Static method in class org.apache.tamaya.model.spi.ConfigModelReader
Loads validations as configured in the given properties.
LoggingConfigListener - Class in org.apache.tamaya.events.internal
Simple ConfigListener that simply logs any detected config changes to INFO level.
LoggingConfigListener() - Constructor for class org.apache.tamaya.events.internal.LoggingConfigListener
 
login(String, String) - Method in class org.apache.tamaya.ui.internal.ConfiguredUserService
 
login(String, String) - Method in interface org.apache.tamaya.ui.services.UserService
 
login(String) - Method in class org.apache.tamaya.ui.User
èPerforms a login, checking the credentials.
LOGIN_BOX - Static variable in class org.apache.tamaya.ui.UIConstants
 
LoginBox - Class in org.apache.tamaya.ui.views.login
Login dialog centerd on the screen.
LoginBox() - Constructor for class org.apache.tamaya.ui.views.login.LoginBox
 
LoginEvent - Class in org.apache.tamaya.ui.views.login
Event sent when a user has been authenticated.
LoginEvent(User) - Constructor for class org.apache.tamaya.ui.views.login.LoginEvent
Creates a new event.
LoginView - Class in org.apache.tamaya.ui.views.login
View used for login the users.
LoginView() - Constructor for class org.apache.tamaya.ui.views.login.LoginView
Creates a new view.
logout() - Method in class org.apache.tamaya.ui.User
Logs the user out.
logout(LogoutEvent) - Method in class org.apache.tamaya.ui.VadiinApp
 
LogoutEvent - Class in org.apache.tamaya.ui.event
Event sent when the user has been logged out.
LogoutEvent(User) - Constructor for class org.apache.tamaya.ui.event.LogoutEvent
Creates a new event.
LongConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Long, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
LongConverter() - Constructor for class org.apache.tamaya.core.internal.converters.LongConverter
 
lookup(ClassLoader, String) - Method in class org.apache.tamaya.resource.internal.ClassPathResourceLocator
Tries to evaluate the location passed by loading from the classloader.
lookup(ClassLoader, String) - Method in class org.apache.tamaya.resource.internal.FileResourceLocator
Tries to evaluate the location passed by loading from the classloader.
lookup(ClassLoader, String) - Method in class org.apache.tamaya.resource.internal.PathResourceLocator
Tries to evaluate the location passed by Ant path matching.
lookup(ClassLoader, String) - Method in class org.apache.tamaya.resource.internal.URLResourceLocator
Tries to evaluate the location passed by loading from the classloader.
lookup(ClassLoader, String) - Method in interface org.apache.tamaya.resource.ResourceLocator
Method to lookup a given list of URLs, identified by the given expression.

M

main(String...) - Static method in class ExampleServer
 
main(String...) - Static method in class org.apache.tamaya.examples.builder.UsingABuilderExample
 
main(String...) - Static method in class org.apache.tamaya.examples.injection.ExampleMain
 
main(String...) - Static method in class org.apache.tamaya.examples.remote.client.Client
Main method.
main(String...) - Static method in class org.apache.tamaya.examples.resolver.ExampleMain
 
main(String...) - Static method in class org.apache.tamaya.examples.resources.ExampleMain
 
main(String...) - Static method in class org.apache.tamaya.examples.simple.ExampleMain
 
main(String...) - Static method in class org.apache.tamaya.server.ConfigServiceApp
 
main(String[]) - Static method in class org.apache.tamaya.ui.TamayaUI
The main entry point, use configuration as follows: tamaya.server.contextPath: the context path, default=/tamaya tamaya.server.port: the port, default=8090 tamaya.server.productionMode: vadiin production mode setting, default=false.
MAIN_LAYOUT - Static variable in class org.apache.tamaya.ui.UIConstants
 
ManagedConfig - Class in org.apache.tamaya.management
Default implementation of the ManagedConfigMBean interface.
ManagedConfig() - Constructor for class org.apache.tamaya.management.ManagedConfig
Constructor, which binds this instance to the current TCCL.
ManagedConfigMBean - Interface in org.apache.tamaya.management
Managed bean interface for accessing environment data.
map(KeyMapper) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration with keys mapped as defined by the given keyMapper.
MapConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating HashMap representation of a values.
MapConverter() - Constructor for class org.apache.tamaya.collections.internal.MapConverter
 
mapKey(String) - Method in interface org.apache.tamaya.functions.KeyMapper
Maps a property key to another key.
mapProperty(String, String) - Method in interface org.apache.tamaya.functions.PropertyMapper
Maps the given key/value to another value.
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 rootContext to the entries provided.
MapPropertySource(String, Map<String, String>, String, Integer) - 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.
MapPropertySource(String, Properties, String, Integer) - 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.
mapValueToString(Object) - Method in class org.apache.tamaya.json.YAMLFormat
 
mapYamlIntoProperties(String, Object, HashMap<String, String>) - Method in class org.apache.tamaya.json.YAMLFormat
Maps the given config item (could be a String, a collection type or something else returned by the yaml parser to a key/value pair and adds it to values (hereby honoring the prefix as a key to be used.).
MessageProvider - Interface in org.apache.tamaya.ui.services
Component resolving messages for being shown in the UI.
ModelProviderSpi - Interface in org.apache.tamaya.model.spi
Model of a configuration state.
ModelTarget - Enum in org.apache.tamaya.model
This enumeration defines the types of supported validations.
MutableConfiguration - Interface in org.apache.tamaya.mutableconfig
This interface extends the Configuration interface hereby adding methods to change configuration entries.
MutableConfigurationProvider - Class in org.apache.tamaya.mutableconfig
Accessor for creating MutableConfiguration instances to change configuration and commit changes.
MutableConfigurationProviderSpi - Interface in org.apache.tamaya.mutableconfig.spi
Provider SPI used by MutableConfigurationProvider.
MutablePropertiesPropertySource - Class in org.apache.tamaya.mutableconfig.propertysources
Simple implementation of a mutable PropertySource for .properties files.
MutablePropertiesPropertySource(File, int) - Constructor for class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
Creates a new Properties based PropertySource based on the given URL.
MutablePropertySource - Interface in org.apache.tamaya.mutableconfig.spi
This interface models a writable backend for configuration data.
MutableXmlPropertiesPropertySource - Class in org.apache.tamaya.mutableconfig.propertysources
Simple implementation of a mutable PropertySource for .xml properties files.
MutableXmlPropertiesPropertySource(File, int) - Constructor for class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
Creates a new Properties based PropertySource based on the given URL.
MyPathPropertySourceProvider - Class in org.apache.tamaya.examples.resources
Created by Anatole on 20.03.2015.
MyPathPropertySourceProvider() - Constructor for class org.apache.tamaya.examples.resources.MyPathPropertySourceProvider
 

N

NavBar - Class in org.apache.tamaya.ui
Left side navigation bar.
NavBar() - Constructor for class org.apache.tamaya.ui.NavBar
 
NAVBAR - Static variable in class org.apache.tamaya.ui.UIConstants
 
navigateTo(NavigationEvent) - Method in class org.apache.tamaya.ui.VadiinApp
 
NavigationEvent - Class in org.apache.tamaya.ui.event
Event sent when the user wants to navigate.
NavigationEvent(String) - Constructor for class org.apache.tamaya.ui.event.NavigationEvent
Constructor.
newPropertySource(PropertySource) - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
NoConfig - Annotation Type in org.apache.tamaya.inject.api
This is a small marker annotations to inform Tamaya that the annotated element should never be injected with configured data.
NULLPROVIDER - Static variable in class org.apache.tamaya.optional.OptionalConfiguration
Default value provider that always returns null.
NumberConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Number.
NumberConverter() - Constructor for class org.apache.tamaya.core.internal.converters.NumberConverter
 

O

observesBean(ProcessAnnotatedType<?>) - Method in class org.apache.tamaya.integration.cdi.config.ConfiguredVetoExtension
 
ObservingPropertySourceProvider - Class in org.apache.tamaya.events.folderobserver
This implementation runs in a folder taking up all files compatible with the given ConfigurationFormats.
ObservingPropertySourceProvider(Path) - Constructor for class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Constructorm using an explicit directory, ignoring all kind of configuration, if set.
of(String) - Static method in class org.apache.tamaya.builder.PropertySourceBuilder
Gets a new instance of a builder.
of() - Static method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Creates a new instance current this builder using the current COnfiguration as root resource.
of(Configuration) - Static method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Creates a new instance current this builder.
of() - Static method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Just creates a new ConfigurationContextBuilder using the current COnfigurationContext has root resource.
of(ConfigurationContext) - Static method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Creates a new instance current this builder.
of(Configuration) - Static method in class org.apache.tamaya.events.FrozenConfiguration
Creates a new FrozenConfiguration instance based on a Configuration given.
of(PropertySource) - Static method in class org.apache.tamaya.events.FrozenPropertySource
Creates a new FrozenPropertySource instance based on a PropertySource given.
of(PropertySource, ChangeType) - Static method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Creates a new instance of this builder.
of(String, ConfigurationFormat) - Static method in class org.apache.tamaya.format.ConfigurationDataBuilder
Creates a new instance.
of(ConfigurationData) - Static method in class org.apache.tamaya.format.ConfigurationDataBuilder
Creates a new instance.
of(String, boolean, String) - Static method in class org.apache.tamaya.model.spi.ParameterModel
Creates a new ConfigModel
of(String, boolean) - Static method in class org.apache.tamaya.model.spi.ParameterModel
Creates a new ConfigModel
of(String) - Static method in class org.apache.tamaya.model.spi.ParameterModel
Creates a new ConfigModel.
of(String, boolean) - Static method in class org.apache.tamaya.model.spi.SectionModel
Creates a section validation for the given section.
of(String, boolean, ConfigModel...) - Static method in class org.apache.tamaya.model.spi.SectionModel
Creates a section validation for the given section.
of(ConfigModel, ValidationResult, String) - Static method in class org.apache.tamaya.model.Validation
Constructor.
of(EvaluationPolicy, ValueProvider) - Static method in class org.apache.tamaya.optional.OptionalConfiguration
Returns an instance of OptionalConfiguration, which uses the given provider and policy for evaluating the values.
of(EvaluationPolicy) - Static method in class org.apache.tamaya.optional.OptionalConfiguration
Returns a default instance, which uses a default provider returning values from system properties and environment only.
of(String, String, String) - Static method in class org.apache.tamaya.spi.PropertyValue
Creates a new PropertyValue without any metadata..
of(Type) - Static method in class org.apache.tamaya.TypeLiteral
Creates a new TypeLiteral based on a given type.
ofAdded(PropertySource) - Static method in class org.apache.tamaya.events.PropertySourceChange
Create a change event for a new PropertySource that was added.
ofDeleted(PropertySource) - Static method in class org.apache.tamaya.events.PropertySourceChange
Create a change event for a deleted PropertySource.
ofDeprecated(ConfigModel, String) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofDeprecated(ConfigModel) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofError(ConfigModel, String) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofMissing(ConfigModel) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofMissing(ConfigModel, String) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofUndefined(String, ModelTarget) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofValid(ConfigModel) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
ofWarning(ConfigModel, String) - Static method in class org.apache.tamaya.model.Validation
Creates a new ValidationResult.
onConfigEvent(ConfigEvent<?>) - Method in interface org.apache.tamaya.events.ConfigEventListener
Called if an event occurred.
onConfigEvent(ConfigEvent<?>) - Method in class org.apache.tamaya.events.internal.DefaultConfigurationContextChangeListener
 
onConfigEvent(ConfigEvent<?>) - Method in class org.apache.tamaya.events.internal.LoggingConfigListener
 
onConfigEvent(ConfigEvent) - Method in class org.apache.tamaya.model.internal.ConfiguredTypeEventsModelPopulator
 
operate(Configuration) - Method in interface org.apache.tamaya.ConfigOperator
Creates a new Configuration based on the given Configuration.
OptionalConfiguration - Class in org.apache.tamaya.optional
Simplified configuration API, that can be used by code that only wants Tamaya to optionally enhance its configuration mechanism, but by default uses its own configuration by default.
ordinal() - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
 
ordinal() - Method in class org.apache.tamaya.core.internal.DefaultServiceContext
 
ordinal() - Method in class org.apache.tamaya.core.internal.OSGIServiceContext
 
ordinal() - Method in class org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext
Returns ordinal of 20, overriding defaults as well as the inherited (internally used) CLAwareServiceContext instance.
ordinal() - Method in interface org.apache.tamaya.spi.ServiceContext
 
orElse(T) - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
Return the value if present, otherwise return other.
orElse(T) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Return the value if present, otherwise return other.
orElseGet(ConfiguredItemSupplier<? extends T>) - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(ConfiguredItemSupplier<? extends T>) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseThrow(ConfiguredItemSupplier<? extends X>) - Method in class org.apache.tamaya.inject.api.BaseDynamicValue
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow(ConfiguredItemSupplier<? extends X>) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
org.apache.tamaya - package org.apache.tamaya
 
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.
org.apache.tamaya.clsupport - package org.apache.tamaya.clsupport
Programmatic API of the classloader support.
org.apache.tamaya.collections.internal - package org.apache.tamaya.collections.internal
 
org.apache.tamaya.consul - package org.apache.tamaya.consul
 
org.apache.tamaya.core.internal - package org.apache.tamaya.core.internal
 
org.apache.tamaya.core.internal.converters - package org.apache.tamaya.core.internal.converters
 
org.apache.tamaya.core.propertysource - package org.apache.tamaya.core.propertysource
 
org.apache.tamaya.core.provider - package org.apache.tamaya.core.provider
 
org.apache.tamaya.etcd - package org.apache.tamaya.etcd
 
org.apache.tamaya.events - package org.apache.tamaya.events
This package provides the main building blocks for handling configuration changes, such as ConfigEventManager, ConfigEventListener and artifacts to describe the changes (delta) of a Configuration or a PropertySource.
org.apache.tamaya.events.delta - package org.apache.tamaya.events.delta
This package contains artifacts to describe the changes (delta) of a Configuration or a PropertySource.
org.apache.tamaya.events.folderobserver - package org.apache.tamaya.events.folderobserver
This package contains code to observe a folder for file changes and to trigger corresponding events, that are handled by an according ObservingPropertySourceProvider instance.
org.apache.tamaya.events.internal - package org.apache.tamaya.events.internal
This package contains internal default implementations for the config events module.
org.apache.tamaya.events.spi - package org.apache.tamaya.events.spi
This package contains the SPI to implement the ConfigEventManager singleton.
org.apache.tamaya.events.ui - package org.apache.tamaya.events.ui
 
org.apache.tamaya.examples.builder - package org.apache.tamaya.examples.builder
 
org.apache.tamaya.examples.injection - package org.apache.tamaya.examples.injection
 
org.apache.tamaya.examples.remote.client - package org.apache.tamaya.examples.remote.client
 
org.apache.tamaya.examples.resolver - package org.apache.tamaya.examples.resolver
 
org.apache.tamaya.examples.resources - package org.apache.tamaya.examples.resources
 
org.apache.tamaya.examples.simple - package org.apache.tamaya.examples.simple
 
org.apache.tamaya.filter - package org.apache.tamaya.filter
 
org.apache.tamaya.filter.internal - package org.apache.tamaya.filter.internal
 
org.apache.tamaya.format - package org.apache.tamaya.format
This package provides an abstraction for parsing a configuration from an input strem, called ConfigurationFormat and corresponding helper artifacts.
org.apache.tamaya.format.formats - package org.apache.tamaya.format.formats
This package provides implementtion of ConfigurationFormat for properties, xml-properties and ini files.
org.apache.tamaya.functions - package org.apache.tamaya.functions
Contains additional useful operators and queries.
org.apache.tamaya.inject - package org.apache.tamaya.inject
Main SE based injection API.
org.apache.tamaya.inject.api - package org.apache.tamaya.inject.api
Common njection API.
org.apache.tamaya.inject.internal - package org.apache.tamaya.inject.internal
This package provides default implementation of a purely SE based injection mechanism.
org.apache.tamaya.inject.spi - package org.apache.tamaya.inject.spi
 
org.apache.tamaya.integration.camel - package org.apache.tamaya.integration.camel
 
org.apache.tamaya.integration.cdi - package org.apache.tamaya.integration.cdi
 
org.apache.tamaya.integration.cdi.config - package org.apache.tamaya.integration.cdi.config
 
org.apache.tamaya.integration.cdi.internal - package org.apache.tamaya.integration.cdi.internal
 
org.apache.tamaya.integration.osgi - package org.apache.tamaya.integration.osgi
 
org.apache.tamaya.integration.spring - package org.apache.tamaya.integration.spring
 
org.apache.tamaya.json - package org.apache.tamaya.json
 
org.apache.tamaya.management - package org.apache.tamaya.management
 
org.apache.tamaya.model - package org.apache.tamaya.model
 
org.apache.tamaya.model.internal - package org.apache.tamaya.model.internal
 
org.apache.tamaya.model.spi - package org.apache.tamaya.model.spi
 
org.apache.tamaya.mutableconfig - package org.apache.tamaya.mutableconfig
 
org.apache.tamaya.mutableconfig.internal - package org.apache.tamaya.mutableconfig.internal
 
org.apache.tamaya.mutableconfig.propertysources - package org.apache.tamaya.mutableconfig.propertysources
 
org.apache.tamaya.mutableconfig.spi - package org.apache.tamaya.mutableconfig.spi
 
org.apache.tamaya.mutableconfig.ui - package org.apache.tamaya.mutableconfig.ui
 
org.apache.tamaya.optional - package org.apache.tamaya.optional
 
org.apache.tamaya.resolver - package org.apache.tamaya.resolver
This package contains the API of the resolver module.
org.apache.tamaya.resolver.internal - package org.apache.tamaya.resolver.internal
This package contains the default implementation for file, classpath and URL resolution, as well as resolution of configuration cross references.
org.apache.tamaya.resolver.spi - package org.apache.tamaya.resolver.spi
This package contains the SPI of the resolver module, allowing overriding/adding of resolution mechanisms as well as the overall evaluation mechanism.
org.apache.tamaya.resource - package org.apache.tamaya.resource
Contains the resources module API.
org.apache.tamaya.resource.internal - package org.apache.tamaya.resource.internal
Contains the default implementation of the resources module, including special support for JBoss app servers (VFS).
org.apache.tamaya.server - package org.apache.tamaya.server
 
org.apache.tamaya.server.spi - package org.apache.tamaya.server.spi
 
org.apache.tamaya.spi - package org.apache.tamaya.spi
 
org.apache.tamaya.spisupport - package org.apache.tamaya.spisupport
 
org.apache.tamaya.ui - package org.apache.tamaya.ui
 
org.apache.tamaya.ui.components - package org.apache.tamaya.ui.components
 
org.apache.tamaya.ui.event - package org.apache.tamaya.ui.event
 
org.apache.tamaya.ui.internal - package org.apache.tamaya.ui.internal
 
org.apache.tamaya.ui.services - package org.apache.tamaya.ui.services
 
org.apache.tamaya.ui.views - package org.apache.tamaya.ui.views
 
org.apache.tamaya.ui.views.login - package org.apache.tamaya.ui.views.login
 
OSGIActivator - Class in org.apache.tamaya.core.internal
A bundle activator that registers the OSGIServiceLoader.
OSGIActivator() - Constructor for class org.apache.tamaya.core.internal.OSGIActivator
 
OSGIConfigRootMapper - Interface in org.apache.tamaya.integration.osgi
Mapping function for mapping Tamaya configuration sections to OSGI pids.
OSGIEnhancedConfiguration - Class in org.apache.tamaya.integration.osgi
Configuration object that also reflects the values provided by the OSGI ConfigAdmin Configuration.
OSGIEnhancedConfiguration(Configuration) - Constructor for class org.apache.tamaya.integration.osgi.OSGIEnhancedConfiguration
Constructor.
OSGIServiceContext - Class in org.apache.tamaya.core.internal
ServiceContext implementation based on OSGI Service mechanisms.
OSGIServiceContext(BundleContext) - Constructor for class org.apache.tamaya.core.internal.OSGIServiceContext
 
OSGIServiceLoader - Class in org.apache.tamaya.core.internal
An bundle listener that registers services defined in META-INF/services, when a bundle is starting.
OSGIServiceLoader() - Constructor for class org.apache.tamaya.core.internal.OSGIServiceLoader
 

P

PageTitleUpdater - Class in org.apache.tamaya.ui.components
Listener that updates the page title when a new view is shown.
PageTitleUpdater() - Constructor for class org.apache.tamaya.ui.components.PageTitleUpdater
 
ParameterModel - Class in org.apache.tamaya.model.spi
Default configuration Model for a configuration parameter.
ParameterModel(ParameterModel.Builder) - Constructor for class org.apache.tamaya.model.spi.ParameterModel
Internal constructor.
ParameterModel.Builder - Class in org.apache.tamaya.model.spi
A new Builder for creating ParameterModel instances.
PathResourceLocator - Class in org.apache.tamaya.resource.internal
Created by atsticks on 01.03.16.
PathResourceLocator() - Constructor for class org.apache.tamaya.resource.internal.PathResourceLocator
 
paylod - Variable in class org.apache.tamaya.events.spi.BaseConfigEvent
 
placeHolderConfigurer() - Static method in class org.apache.tamaya.integration.spring.TamayaSpringConfig
 
populateData(ConfigurationData) - Method in class org.apache.tamaya.format.FlattenedDefaultPropertySource
 
post(Object) - Static method in class org.apache.tamaya.ui.event.EventBus
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.tamaya.integration.spring.SpringConfigInjectionPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.tamaya.integration.spring.SpringConfigInjectionPostProcessor
 
Predicate<T> - Interface in org.apache.tamaya.functions
Represents a predicate (boolean-valued function) of one argument.
print(Object...) - Method in class org.apache.tamaya.mutableconfig.ui.ProtocolWidget
 
PrintConfigServlet - Class in org.apache.tamaya.examples.remote.client
S simple servlet, which simply prints out the current local configuration.
PrintConfigServlet() - Constructor for class org.apache.tamaya.examples.remote.client.PrintConfigServlet
Constructor.
println() - Method in class org.apache.tamaya.mutableconfig.ui.ProtocolWidget
 
println(Object...) - Method in class org.apache.tamaya.mutableconfig.ui.ProtocolWidget
 
PriorityServiceComparator - Class in org.apache.tamaya.core.internal
Comparator implementation for odering services loaded based on their increasing priority values.
PriorityServiceComparator() - Constructor for class org.apache.tamaya.core.internal.PriorityServiceComparator
 
PriorityServiceComparator - Class in org.apache.tamaya.spisupport
Comparator implementation for odering services loaded based on their increasing priority values.
PriorityServiceComparator() - Constructor for class org.apache.tamaya.spisupport.PriorityServiceComparator
 
ProgrammableFilter - Class in org.apache.tamaya.filter
A set of property filter and accessor methods.
ProgrammableFilter() - Constructor for class org.apache.tamaya.filter.ProgrammableFilter
 
PropertiesFormat - Class in org.apache.tamaya.format.formats
Implementation of a ConfigurationFormat for -properties files.
PropertiesFormat() - Constructor for class org.apache.tamaya.format.formats.PropertiesFormat
 
PropertiesResourcePropertySource - Class in org.apache.tamaya.spisupport
Simple PropertySource, with a fixed ordinal that reads a .properties file from a given URL.
PropertiesResourcePropertySource(URL, Integer) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertiesResourcePropertySource(String, URL, Integer) - Constructor for class org.apache.tamaya.spisupport.PropertiesResourcePropertySource
Creates a new instance.
PropertiesXmlFormat - Class in org.apache.tamaya.format.formats
Implementation of a ConfigurationFormat for xml property files.
PropertiesXmlFormat() - Constructor for class org.apache.tamaya.format.formats.PropertiesXmlFormat
 
PropertyConverter<T> - Interface in org.apache.tamaya.spi
Interface for an property that converts a configured String into something else.
PropertyConverterManager - Class in org.apache.tamaya.core.internal
Manager that deals with PropertyConverter instances.
PropertyConverterManager() - Constructor for class org.apache.tamaya.core.internal.PropertyConverterManager
Constructor.
PropertyConverterManager(boolean) - Constructor for class org.apache.tamaya.core.internal.PropertyConverterManager
 
PropertyConverterManager - Class in org.apache.tamaya.integration.cdi.internal
Manager that deals with PropertyConverter instances.
PropertyConverterManager() - Constructor for class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Constructor.
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
 
PropertyFilter - Interface in org.apache.tamaya.spi
Interface for filtering the current map of properties during the evaluation of the chain of PropertySources.
PropertyFilterComparator - Class in org.apache.tamaya.core.internal
Comparator for PropertyFilters based on their priority annotations.
PropertyFilterComparator() - Constructor for class org.apache.tamaya.core.internal.PropertyFilterComparator
 
PropertyFiltering - Class in org.apache.tamaya.core.internal
Implementation of the Configuration API.
PropertyFiltering - Class in org.apache.tamaya.spisupport
Implementation of the Configuration API.
PropertyMapper - Interface in org.apache.tamaya.functions
This is a simple functional interface, used for mapping properties.
PropertyMatcher - Interface in org.apache.tamaya.functions
Represents a selector predicate for selecting configuration properties.
PropertySource - Interface in org.apache.tamaya.spi
This interface models a provider that serves configuration properties.
PropertySourceBuilder - Class in org.apache.tamaya.builder
Simple builder for building a PropertySource.
PropertySourceChange - Class in org.apache.tamaya.events
Event that contains a set current changes that were applied or could be applied.
PropertySourceChangeBuilder - Class in org.apache.tamaya.events
Models a set current changes applied to a PropertySource.
PropertySourceComparator - Class in org.apache.tamaya.core.internal
Comparator for ordering of PropertySources based on their ordinal method and class name.
PropertySourceComparator() - Constructor for class org.apache.tamaya.core.internal.PropertySourceComparator
 
PropertySourceComparator - Class in org.apache.tamaya.spisupport
Comparator for ordering of PropertySources based on their ordinal method and class name.
PropertySourceComparator() - Constructor for class org.apache.tamaya.spisupport.PropertySourceComparator
 
propertySourceFrom(String, int, Configuration) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a PropertySource, based on the given Configuration.
PropertySourceFunctions - Class in org.apache.tamaya.functions
Accessor that provides useful functions along with configuration.
PropertySourceProvider - Interface in org.apache.tamaya.spi
Implement this interfaces to provide a PropertySource provider which is able to register multiple PropertySources.
PropertyValue - Class in org.apache.tamaya.spi
Class modelling the result of a request for a property value.
PropertyValueBuilder - Class in org.apache.tamaya.spi
Builder to create a PropertyValue instance.
PropertyValueBuilder(String, String, String) - Constructor for class org.apache.tamaya.spi.PropertyValueBuilder
Create a new builder instance, for a given set of parameters.
PropertyValueCombinationPolicy - Interface in org.apache.tamaya.spi
Policy that determines how the final value of a configuration entry is evaluated.
ProtocolWidget - Class in org.apache.tamaya.mutableconfig.ui
Widget showing a text protocol wioth a clear button to clear the widget space.
ProtocolWidget() - Constructor for class org.apache.tamaya.mutableconfig.ui.ProtocolWidget
 
Provider() - Constructor for class org.apache.tamaya.events.ui.EventView.Provider
 
Provider() - Constructor for class org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.Provider
 
Provider() - Constructor for class org.apache.tamaya.ui.views.ConfigView.Provider
 
Provider() - Constructor for class org.apache.tamaya.ui.views.HomeView.Provider
 
Provider() - Constructor for class org.apache.tamaya.ui.views.SystemView.Provider
 
put(String, String) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Sets a new property key/value.
put(String, String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
put(String, String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Sets a property.
put(UUID, String, String) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
put(String, String) - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Adds/updates a new key/value pair.
put(UUID, String, String) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Sets a property.
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.
putAll(Map<String, String>) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Apply all the given values to the base configuration/properties.
putAll(Map<String, String>) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Apply all the given values to the base configuration/properties.
putAll(Map<String, String>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
putAll(Map<String, String>) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Puts all given configuration entries.
putAll(UUID, Map<String, String>) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
putAll(Map<String, String>) - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Add/updated multiple key/values.
putAll(UUID, Map<String, String>) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Puts all given configuration entries.

Q

query(Configuration) - Method in interface org.apache.tamaya.ConfigQuery
Creates a result based on the given Configuration.
query(ConfigQuery<T>) - Method in interface org.apache.tamaya.Configuration
Query a configuration.
query(ConfigQuery<T>) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
query(ConfigQuery<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
query(ConfigQuery<T>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
query(ConfigQuery<T>) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 

R

readConfig(URL) - Method in class org.apache.tamaya.json.JSONPropertySource
Reads the configuration.
readConfig(String, InputStream) - Method in class org.apache.tamaya.json.YAMLFormat
Reads the configuration.
readConfig(URL) - Method in class org.apache.tamaya.json.YAMLFormat
Reads the configuration.
readConfig(Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
readConfig(String, Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
readConfiguration(String, InputStream) - Method in interface org.apache.tamaya.format.ConfigurationFormat
Reads a configuration from an URL, hereby parsing the given InputStream.
readConfiguration(String, InputStream) - Method in class org.apache.tamaya.format.formats.IniConfigurationFormat
 
readConfiguration(String, InputStream) - Method in class org.apache.tamaya.format.formats.PropertiesFormat
 
readConfiguration(String, InputStream) - Method in class org.apache.tamaya.format.formats.PropertiesXmlFormat
 
readConfiguration(String, InputStream) - Method in class org.apache.tamaya.json.JSONFormat
 
readConfiguration(String, InputStream) - Method in class org.apache.tamaya.json.YAMLFormat
 
readConfigurationData(URL) - Static method in class org.apache.tamaya.format.ConfigurationFormats
Tries to read configuration data from a given URL, hereby traversing all known formats in order of precedence.
readConfigurationData(URL, ConfigurationFormat...) - Static method in class org.apache.tamaya.format.ConfigurationFormats
Tries to read configuration data from a given URL, hereby explicitly trying all given formats in order.
readConfigurationData(String, InputStream, ConfigurationFormat...) - Static method in class org.apache.tamaya.format.ConfigurationFormats
Tries to read configuration data from a given URL, hereby explicitly trying all given formats in order.
readEtcdConfig(Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
 
readEtcdConfig(String, Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
readProperties(Path) - Static method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Load a single file.
ReflectionUtil - Class in org.apache.tamaya.core.internal
Small utility class used by other parts.
RegexPropertyFilter - Class in org.apache.tamaya.filter
Predicate filtering using a regex expression operating on the key.
RegexPropertyFilter(String) - Constructor for class org.apache.tamaya.filter.RegexPropertyFilter
Creates a new regex filter expression.
register(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.core.internal.PropertyConverterManager
Registers a ew converter instance.
register(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.integration.cdi.internal.PropertyConverterManager
Registers a ew converter instance.
register(TypeLiteral<T>, PropertyConverter<T>) - Method in class org.apache.tamaya.spisupport.PropertyConverterManager
Registers a ew converter instance.
register(Object) - Static method in class org.apache.tamaya.ui.event.EventBus
 
registerMBean() - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Registers a new instance of ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
registerMBean(String) - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Registers the ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
registerMBean() - Static method in class org.apache.tamaya.model.ConfigModelManager
Registers the ConfigDocumentationMBean mbean for accessing config documentation into the local platform mbean server.
registerMBean(String) - Static method in class org.apache.tamaya.model.ConfigModelManager
Registers the ConfigDocumentationMBean mbean for accessing config documentation into the local platform mbean server.
registerType(Class<?>) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Extract the configuration annotation config and registers it per class, for later reuse.
remove(String, String...) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Marks the given key(s) fromMap the configuration/properties to be removed.
remove(String...) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
remove(Collection<String>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
remove(Collection<String>) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Removes all given configuration entries.
remove(String...) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Removes all given configuration entries.
remove(UUID, String...) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
remove(UUID, Collection<String>) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
remove(UUID, Collection<String>) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Removes all given configuration entries.
remove(UUID, String...) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Removes all given configuration entries.
removeAll(Collection<String>) - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
Remove all the given keys, ir present.
removeAllKeys() - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
This method will create a change set that clears all entries fromMap the given base configuration/properties.
removedPropertySource(PropertySource) - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
removeFilter(int) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Removes a filter at a given position.
removeFilter(PropertyFilter) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Removes a filter.
removeKey(String, String...) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Marks the given key(s) fromMap the configuration/properties to be removed.
removeListener(ConfigEventListener) - Static method in class org.apache.tamaya.events.ConfigEventManager
Removes a listener registered globally.
removeListener(ConfigEventListener, Class<T>) - Static method in class org.apache.tamaya.events.ConfigEventManager
Removes a listener registered for the given event type.
removeListener(ConfigEventListener) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
removeListener(ConfigEventListener, Class<T>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
removeListener(ConfigEventListener) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Removes a listener for observing events.
removeListener(ConfigEventListener, Class<T>) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
Removes a listener for observing events of a certain type.
removeListener(PropertyChangeListener) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Removes a listener to be called, when this value has been changed.
removePropertyConverters(TypeLiteral<?>, PropertyConverter<?>...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<?>, Collection<PropertyConverter<?>>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<?>, PropertyConverter<?>...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<?>, Collection<PropertyConverter<?>>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertyConverters(TypeLiteral<?>, PropertyConverter<?>...) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Removes the given PropertyConverter instances.
removePropertyConverters(TypeLiteral<?>, Collection<PropertyConverter<?>>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Removes the given PropertyConverter instances.
removePropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertyFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertyFilters(PropertyFilter...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertyFilters(PropertyFilter...) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Removes the given PropertyFilter instances.
removePropertyFilters(Collection<PropertyFilter>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Removes the given PropertyFilter instances.
removePropertySources(Collection<String>) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertySources(String...) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
removePropertySources(Collection<String>) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertySources(String...) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
removePropertySources(String...) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
This method can be used for programmatically adding PropertySources.
removePropertySources(Collection<String>) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
This method can be used for programmatically adding PropertySources.
replaceItems(Map<String, Object>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates an operator that replaces the given items.
replaceItems(PropertySource, Map<String, String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Creates an operator that replaces the given items.
reset() - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
Resets this change set instance.
reset() - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Resets this change set instance.
reset() - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
Resets this change set instance.
resolveAndConvert(InjectionPoint) - Method in class org.apache.tamaya.integration.cdi.ConfigurationProducer
 
Resolver - Class in org.apache.tamaya.resolver
Resolver singleton.
ResourceLoader() - Constructor for class org.apache.tamaya.server.ConfigServiceApp.ResourceLoader
 
ResourceLocator - Interface in org.apache.tamaya.resource
Delegate interface for loading URLs from a given data resource locator pattern String.
ResourceResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that tries to load the given resource from the current classpath using the Thread Context classloader, and as fallback from the classloader that loaded this module and system classloader.
ResourceResolver() - Constructor for class org.apache.tamaya.resolver.internal.ResourceResolver
 
ResourceResolver - Interface in org.apache.tamaya.resource
Interface to be implemented by modules.
retrieveTypes(ProcessBean<?>, BeanManager) - Method in class org.apache.tamaya.integration.cdi.ConfigurationExtension
Method that checks the configuration injection points during deployment for available configuration.
rollbackTransaction() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
rollbackTransaction() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Rollback any changes leaving everything unchanged.
rollbackTransaction(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
rollbackTransaction(UUID) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Rollback any changes leaving everything unchanged.

S

ScopeManager - Class in org.apache.tamaya.server.spi
Singleton manager for scopes, used by the server component to filtering returned configurations.
ScopeProvider - Interface in org.apache.tamaya.server.spi
Simple registrable provider class to register scopes for the server extension.
section(String) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (non recursive).
section(String, boolean) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (non recursive).
SectionModel - Class in org.apache.tamaya.model.spi
Default configuration Model for a configuration section.
SectionModel(SectionModel.Builder) - Constructor for class org.apache.tamaya.model.spi.SectionModel
Internal constructor.
SectionModel.Builder - Class in org.apache.tamaya.model.spi
Builder for setting up a AreaConfigModel instance.
sectionRecursive(boolean, String...) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (recursive).
sectionRecursive(Map<String, String>, boolean, String...) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (recursive).
sections() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Return a query to evaluate the set with all fully qualifies section names.
sections(Predicate<String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified section names, containing only the sections that match the predicate and have properties attached.
sections(Map<String, String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Return a query to evaluate the set with all fully qualified section names.
sections(Map<String, String>, Predicate<String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Return a query to evaluate the set with all fully qualified section names, containing only the sections that match the predicate and have properties attached.
sectionsRecursive(String...) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (recursive).
sectionsRecursive(Map<String, String>, String...) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Creates a ConfigOperator that creates a Configuration containing only keys that are contained in the given section (recursive).
SEInjectorCDIExtension - Class in org.apache.tamaya.integration.cdi.internal
CDI portable extension that integrates ConfigurationInjector with CDI by adding configuration features to CDI (config enable CDI beans).
SEInjectorCDIExtension() - Constructor for class org.apache.tamaya.integration.cdi.internal.SEInjectorCDIExtension
 
SELECTED - Static variable in class org.apache.tamaya.ui.UIConstants
 
ServiceContext - Interface in org.apache.tamaya.spi
This class models the component that is managing the lifecycle current the services used by the Configuration API.
ServiceContextManager - Class in org.apache.tamaya.spi
This singleton provides access to the services available in the current ServiceContext.
set(String, String) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Creates/updates an entry in etcd without any ttl set.
set(String, String, Integer) - Method in class org.apache.tamaya.etcd.EtcdAccessor
Creates/updates an entry in etcd.
set(ServiceContext) - Static method in class org.apache.tamaya.spi.ServiceContextManager
Replace the current ServiceContext in use.
set(User) - Static method in class org.apache.tamaya.ui.CurrentUser
Set the current users.
setAnnotatedElement(AnnotatedElement) - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Sets the annotated element, when configuration is injected.
setAutoCommit(boolean) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
setAutoCommit(boolean) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Set the autoCommit policy to be used for this configuration instance.
setAutoConfigureEnabled(boolean) - Method in class org.apache.tamaya.inject.internal.DefaultConfigurationInjector
Setting to true enables also configuration/templating of non annotated classes or interfaces.
setBundleLocation(String) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
setChangeMonitoringPeriod(long) - Static method in class org.apache.tamaya.events.ConfigEventManager
Sets the current monitoring period and restarts the monitor.
setChangeMonitoringPeriod(long) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventManagerSpi
 
setChangeMonitoringPeriod(long) - Method in interface org.apache.tamaya.events.spi.ConfigEventManagerSpi
 
setChangePropagationPolicy(ChangePropagationPolicy) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
setChangePropagationPolicy(ChangePropagationPolicy) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
setChangeType(ChangeType) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
 
setCheckPeriod(long) - Method in class org.apache.tamaya.events.internal.DefaultConfigChangeObserver
Sets the new check period, cancels the currently running timer and schedules a new task with the new checkperiod and a startup delay of 500ms.
setCombinedProperties(Map<String, String>) - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
Sets the given entries as the combined properties map, all existing properties of the combined map will be overridden.
setConfiguration(Configuration) - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Sets the configuration.
setConfigurationContext(ConfigurationContext) - Static method in class org.apache.tamaya.ConfigurationProvider
This method allows to replace the current ConfigurationContext with a new instance.
setConfigurationContext(ConfigurationContext) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationProvider
 
setConfigurationContext(ConfigurationContext) - Method in interface org.apache.tamaya.spi.ConfigurationProviderSpi
This method allows to replace the current ConfigurationContext with a new instance.
setConfigurationContext(ConfigurationContext) - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Sets the configuration.
setContext(ConfigurationContext) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
setContext(ConfigurationContext) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
setContext(ConfigurationContext) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Init this builder instance with the given ConfigurationContext instance.
setContextData(Map<String, String>) - Method in class org.apache.tamaya.spi.PropertyValueBuilder
Replaces/sets the context data.
SetConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating a LIST representation of values.
SetConverter() - Constructor for class org.apache.tamaya.collections.internal.SetConverter
 
setDescription(String) - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Sets the optional description
setDescription(String) - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Set the )optional) description.
setExpression(String) - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Sets the optional validation expression
setFilters(PropertyFilter...) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Set the filters.
setFilters(Collection<PropertyFilter>) - Method in class org.apache.tamaya.filter.ProgrammableFilter
Set the filters.
setKey(String) - Method in class org.apache.tamaya.spi.ConversionContext.Builder
Sets the key.
setMaxTraceLength(int) - Static method in class org.apache.tamaya.model.Usage
Sets the maximal length of the stacktraces stored when tracking configuration usage.
setMetadataFiltered(boolean) - Static method in class org.apache.tamaya.filter.ConfigurationFilter
Seactivates metadata filtering also on global map access for this thread.
setName(String) - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Sets the fully qualified parameter name.
setName(String) - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Set the section name
setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in class org.apache.tamaya.builder.ConfigurationBuilder
 
setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContextBuilder
 
setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContextBuilder
 
setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy) - Method in interface org.apache.tamaya.spi.ConfigurationContextBuilder
Sets the PropertyValueCombinationPolicy used to evaluate the final property values.
setRequired(boolean) - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Sets the required flag.
setRequired(boolean) - Method in class org.apache.tamaya.model.spi.SectionModel.Builder
Sets the required flag.
setTamayaOverrides(boolean) - Method in class org.apache.tamaya.integration.camel.TamayaPropertiesComponent
Apply the current Tamaya properties (configuration) as override properties evaluated first by camel before evaluating other uris.
setTimestamp(long) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
 
setTimestamp(long) - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Apply given timestamp to the set being built.
setTimestamp(long) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
 
setType(String) - Method in class org.apache.tamaya.model.spi.ParameterModel.Builder
Sets the target type.
setUpdatePolicy(UpdatePolicy) - Method in interface org.apache.tamaya.inject.api.DynamicValue
Sets a new UpdatePolicy.
setVersion(String) - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
 
setVersion(String) - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
Apply a version/UUID to the set being built.
setVersion(String) - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
 
ShortConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Short, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
ShortConverter() - Constructor for class org.apache.tamaya.core.internal.converters.ShortConverter
 
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
 
SimplePropertySource - Class in org.apache.tamaya.core.propertysource
Simple implementation of a PropertySource for simple property files and XML property files.
SimplePropertySource(File) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(URL) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource(String, Map<String, String>) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given properties map.
SimplePropertySource(String, URL) - Constructor for class org.apache.tamaya.core.propertysource.SimplePropertySource
Creates a new Properties based PropertySource based on the given URL.
SimplePropertySource - Class in org.apache.tamaya.examples.simple
Created by Anatole on 20.03.2015.
SimplePropertySource() - Constructor for class org.apache.tamaya.examples.simple.SimplePropertySource
 
SimplePropertySourceProvider - Class in org.apache.tamaya.examples.simple
Created by Anatole on 20.03.2015.
SimplePropertySourceProvider() - Constructor for class org.apache.tamaya.examples.simple.SimplePropertySourceProvider
 
SortedMapConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating a LIST representation of values.
SortedMapConverter() - Constructor for class org.apache.tamaya.collections.internal.SortedMapConverter
 
SortedSetConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating a LIST representation of values.
SortedSetConverter() - Constructor for class org.apache.tamaya.collections.internal.SortedSetConverter
 
SpringConfigInjectionPostProcessor - Class in org.apache.tamaya.integration.spring
PostProcessor that performs injection of configured values using Tamaya ConfigurationInjection.
SpringConfigInjectionPostProcessor() - Constructor for class org.apache.tamaya.integration.spring.SpringConfigInjectionPostProcessor
 
start(BundleContext) - Method in class org.apache.tamaya.core.internal.OSGIActivator
 
start(BundleContext) - Method in class org.apache.tamaya.integration.osgi.Activator
 
startTransaction() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
startTransaction() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
Starts a new transaction, if necessary, and returns the transaction id.
startTransaction(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
 
startTransaction(UUID) - Method in interface org.apache.tamaya.mutableconfig.spi.MutablePropertySource
Start a new transaction context with the given isolation policy.
stop(BundleContext) - Method in class org.apache.tamaya.core.internal.OSGIActivator
 
stop(BundleContext) - Method in class org.apache.tamaya.integration.osgi.Activator
 
SystemPropertyResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that interprets the resolver expression as system property name.
SystemPropertyResolver() - Constructor for class org.apache.tamaya.resolver.internal.SystemPropertyResolver
 
SystemPropertySource - Class in org.apache.tamaya.core.propertysource
This PropertySource manages the system properties.
SystemPropertySource() - Constructor for class org.apache.tamaya.core.propertysource.SystemPropertySource
 
SystemView - Class in org.apache.tamaya.ui.views
View showing the current loaded system components.
SystemView() - Constructor for class org.apache.tamaya.ui.views.SystemView
 
SystemView.Provider - Class in org.apache.tamaya.ui.views
Provider to register this view.

T

TAMAYA_ORDINAL - Static variable in interface org.apache.tamaya.spi.PropertySource
property name to override default tamaya ordinals
TamayaCDIIntegration - Class in org.apache.tamaya.integration.cdi.internal
Tamaya main integration with CDI, storing the BeanManager reference for implementation, where no JNDI is available or java:comp/env/BeanManager is not set correctly.
TamayaCDIIntegration() - Constructor for class org.apache.tamaya.integration.cdi.internal.TamayaCDIIntegration
 
TamayaConfigAdminImpl - Class in org.apache.tamaya.integration.osgi
Tamaya based implementation of an OSGI ConfigurationAdmin.
TamayaConfigProvider - Class in org.apache.tamaya.integration.cdi.internal
Tamaya main integreation with CDI (singleton) serving producers for Configuration, ConfigurationContext and ConfigurationContextBuilder.
TamayaConfigProvider() - Constructor for class org.apache.tamaya.integration.cdi.internal.TamayaConfigProvider
 
TamayaConfigurationImpl - Class in org.apache.tamaya.integration.osgi
Tamaya based implementation of an OSGI Configuration.
TamayaEnvironment - Class in org.apache.tamaya.integration.spring
Tamaya specific environment for Spring.
TamayaEnvironment() - Constructor for class org.apache.tamaya.integration.spring.TamayaEnvironment
 
TamayaPropertiesComponent - Class in org.apache.tamaya.integration.camel
Default Camel PropertiesComponent that additionally has cfg and tamaya prefixes configured for resolution of entries from tamaya.
TamayaPropertiesComponent() - Constructor for class org.apache.tamaya.integration.camel.TamayaPropertiesComponent
Constructor similar to parent.
TamayaPropertiesComponent(String...) - Constructor for class org.apache.tamaya.integration.camel.TamayaPropertiesComponent
Constructor similar to parent with additional locations.
TamayaPropertiesComponent(String) - Constructor for class org.apache.tamaya.integration.camel.TamayaPropertiesComponent
Constructor similar to parent with only one location.
TamayaPropertyResolver - Class in org.apache.tamaya.integration.camel
Implementation of the Camel Properties SPI using Tamaya configuration.
TamayaPropertyResolver(String) - Constructor for class org.apache.tamaya.integration.camel.TamayaPropertyResolver
Creates a new instance.
TamayaSpringConfig - Class in org.apache.tamaya.integration.spring
Spring Configuration Bean adding TamayaSpringPropertySource to the current Environment.
TamayaSpringConfig() - Constructor for class org.apache.tamaya.integration.spring.TamayaSpringConfig
 
TamayaSpringPropertySource - Class in org.apache.tamaya.integration.spring
Spring PropertySource bridging to Tamaya Configuration.
TamayaSpringPropertySource() - Constructor for class org.apache.tamaya.integration.spring.TamayaSpringPropertySource
 
TamayaUI - Class in org.apache.tamaya.ui
Tamaya UI Main class.
test(T) - Method in interface org.apache.tamaya.functions.Predicate
Evaluates this predicate on the given argument.
test(String, String) - Method in interface org.apache.tamaya.functions.PropertyMatcher
Evaluates this predicate on the given arguments.
textInfo() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a plain text formatted output of all properties in the given configuration.
textInfo(Map<String, String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a plain text formatted output of all properties in the given configuration.
timestamp - Variable in class org.apache.tamaya.events.spi.BaseConfigEvent
 
toBuilder() - Method in class org.apache.tamaya.clsupport.CLAwareConfigurationContext
 
toBuilder() - Method in class org.apache.tamaya.core.internal.DefaultConfigurationContext
 
toBuilder() - Method in class org.apache.tamaya.integration.cdi.internal.DefaultConfigurationContext
 
toBuilder() - Method in interface org.apache.tamaya.spi.ConfigurationContext
Creates a ConfigurationContextBuilder preinitialized with the data from this instance.
toBuilder() - Method in class org.apache.tamaya.spisupport.DefaultConfigurationContext
 
toString() - Method in class org.apache.tamaya.builder.PropertySourceBuilder
 
toString() - Method in class org.apache.tamaya.builder.SimplePropertySource
 
toString() - Method in class org.apache.tamaya.events.ConfigurationChange
 
toString() - Method in class org.apache.tamaya.events.ConfigurationChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.ConfigurationContextChange
 
toString() - Method in class org.apache.tamaya.events.ConfigurationContextChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
toString() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
toString() - Method in class org.apache.tamaya.events.PropertySourceChange
 
toString() - Method in class org.apache.tamaya.events.PropertySourceChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.spi.BaseConfigEvent
 
toString() - Method in class org.apache.tamaya.examples.injection.Example
 
toString() - Method in class org.apache.tamaya.filter.ProgrammableFilter
 
toString() - Method in class org.apache.tamaya.filter.RegexPropertyFilter
 
toString() - Method in class org.apache.tamaya.format.ConfigurationData
 
toString() - Method in class org.apache.tamaya.format.ConfigurationDataBuilder
 
toString() - Method in class org.apache.tamaya.inject.internal.ConfiguredFieldImpl
 
toString() - Method in class org.apache.tamaya.inject.internal.ConfiguredTypeImpl
 
toString() - Method in class org.apache.tamaya.integration.cdi.CDIConfiguredMethod
 
toString() - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
toString() - Method in class org.apache.tamaya.model.spi.GroupModel
 
toString() - Method in class org.apache.tamaya.model.spi.ParameterModel
 
toString() - Method in class org.apache.tamaya.model.spi.SectionModel
 
toString() - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
toString() - Method in class org.apache.tamaya.model.Usage
 
toString() - Method in class org.apache.tamaya.model.Validation
 
toString() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
toString() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
 
toString() - Method in class org.apache.tamaya.spi.ConversionContext.Builder
 
toString() - Method in class org.apache.tamaya.spi.ConversionContext
 
toString() - Method in class org.apache.tamaya.spi.FilterContext
 
toString() - Method in class org.apache.tamaya.spi.PropertyValueBuilder
 
toString() - Method in class org.apache.tamaya.spisupport.MapPropertySource
 
toString() - Method in class org.apache.tamaya.TypeLiteral
 
toString() - Method in class org.apache.tamaya.ui.event.NavigationEvent
 
toString() - Method in class org.apache.tamaya.ui.User
 
toString() - Method in class org.apache.tamaya.ui.views.login.LoginEvent
 
trackAccess(String) - Method in class org.apache.tamaya.model.Usage.AccessDetail
 
trackAllPropertiesAccess() - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
trackAllPropertiesAccess() - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Track the access of Configuration#getProperties() for usage statistics.
trackSingleKeyAccess(String, String) - Method in class org.apache.tamaya.model.internal.DefaultConfigUsageStats
 
trackSingleKeyAccess(String, String) - Method in interface org.apache.tamaya.model.spi.ConfigUsageStatsSpi
Track the access of Configuration#get(String) for usage statistics.
trackUsage(String) - Method in class org.apache.tamaya.model.Usage
Evaluates the current access point from the current stacktrace and adds an according usage reference object (or updates any existing one) for the given key.
trackUsage(String, int) - Method in class org.apache.tamaya.model.Usage
Evaluates the current access point from the current stacktrace and adds an according usage reference object (or updates any existing one) for the given key.
TransactionControlWidget - Class in org.apache.tamaya.mutableconfig.ui
Tamaya UI view to change configuration.
TransactionControlWidget(MutableConfiguration, ProtocolWidget) - Constructor for class org.apache.tamaya.mutableconfig.ui.TransactionControlWidget
 
transactions - Variable in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
Map with the curren transactions, identified by transactionId.
transitiveSections() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified section names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
transitiveSections(Predicate<String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Return a query to evaluate the set with all fully qualified section names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
transitiveSections(Map<String, String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Return a query to evaluate the set with all fully qualified section names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
transitiveSections(Map<String, String>, Predicate<String>) - Static method in class org.apache.tamaya.functions.PropertySourceFunctions
Return a query to evaluate the set with all fully qualified section names, containing the transitive closure also including all subarea names, regardless if properties are accessible or not.
TreeMapConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating HashMap representation of a values.
TreeMapConverter() - Constructor for class org.apache.tamaya.collections.internal.TreeMapConverter
 
TreeSetConverter - Class in org.apache.tamaya.collections.internal
PropertyConverter for gnerating HashSet representation of a values.
TreeSetConverter() - Constructor for class org.apache.tamaya.collections.internal.TreeSetConverter
 
TypeLiteral<T> - Class in org.apache.tamaya
Class for instantiation of objects that represent parameterized types with current parameters.
TypeLiteral(Type) - Constructor for class org.apache.tamaya.TypeLiteral
Constructor.
TypeLiteral() - Constructor for class org.apache.tamaya.TypeLiteral
Constructor only for directly implemeting a TypeLiteral hereby dynamically implementing a generic interface.

U

UIConstants - Class in org.apache.tamaya.ui
Helper for theme.
UIConstants() - Constructor for class org.apache.tamaya.ui.UIConstants
 
unregister(Object) - Static method in class org.apache.tamaya.ui.event.EventBus
 
unregisterMBean() - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Unregisters a new instance of ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
unregisterMBean(String) - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Unegisters the ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
update(Dictionary<String, ?>) - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
update() - Method in class org.apache.tamaya.integration.osgi.TamayaConfigurationImpl
 
updateItem(T, ClassLoader) - Method in class org.apache.tamaya.clsupport.AbstractClassloaderAwareItemLoader
Creates a new item for being stored linked with the given lassloader.
updateItem(ServiceContainer, ClassLoader) - Method in class org.apache.tamaya.clsupport.CLAwareServiceContext
 
UpdatePolicy - Enum in org.apache.tamaya.inject.api
Policy to control how new values are applied to a DynamicValue.
updateValue() - Method in interface org.apache.tamaya.inject.api.DynamicValue
Method to check for and apply a new value.
URIConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to URI, using new URI(value).
URIConverter() - Constructor for class org.apache.tamaya.core.internal.converters.URIConverter
 
URLConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to URI, using new URL(value).
URLConverter() - Constructor for class org.apache.tamaya.core.internal.converters.URLConverter
 
URLResolver - Class in org.apache.tamaya.resolver.internal
Property resolver implementation that interprets the resolver expression as an URL to be resolved.
URLResolver() - Constructor for class org.apache.tamaya.resolver.internal.URLResolver
 
URLResourceLocator - Class in org.apache.tamaya.resource.internal
ResourceLocator for locating URL resources..
URLResourceLocator() - Constructor for class org.apache.tamaya.resource.internal.URLResourceLocator
 
Usage - Class in org.apache.tamaya.model
Metrics container containing access statistics for a given vonfiguration key.
Usage(String) - Constructor for class org.apache.tamaya.model.Usage
Creates a usage metric container for a given key.
Usage.AccessDetail - Class in org.apache.tamaya.model
Class modelling the access details tracked per detailed item, e.g. per class in the owning package.
UsageTrackerFilter - Class in org.apache.tamaya.model.internal
Configuration filter to be applied at the end of the filter chain.
UsageTrackerFilter() - Constructor for class org.apache.tamaya.model.internal.UsageTrackerFilter
 
User - Class in org.apache.tamaya.ui
A simple User object.
User(String, String, String, String...) - Constructor for class org.apache.tamaya.ui.User
Constructor.
userLoggedIn(LoginEvent) - Method in class org.apache.tamaya.ui.VadiinApp
 
UserService - Interface in org.apache.tamaya.ui.services
Created by atsticks on 29.03.16.
UsingABuilderExample - Class in org.apache.tamaya.examples.builder
Created by Anatole on 05.05.2015.
Utils - Class in org.apache.tamaya.inject.internal
Utility class simplifying some implementation aspects.

V

VadiinApp - Class in org.apache.tamaya.ui
This UI is the application entry point.
VadiinApp() - Constructor for class org.apache.tamaya.ui.VadiinApp
 
validate(Configuration) - Method in interface org.apache.tamaya.model.ConfigModel
Validates the item and all its children against the given configuration.
validate() - Static method in class org.apache.tamaya.model.ConfigModelManager
Validates the current configuration.
validate(boolean) - Static method in class org.apache.tamaya.model.ConfigModelManager
Validates the current configuration.
validate(Configuration) - Static method in class org.apache.tamaya.model.ConfigModelManager
Validates the given configuration.
validate(Configuration, boolean) - Static method in class org.apache.tamaya.model.ConfigModelManager
Validates the given configuration.
validate(boolean) - Method in class org.apache.tamaya.model.internal.ConfigDocumentationBean
 
validate(boolean) - Method in interface org.apache.tamaya.model.spi.ConfigDocumentationMBean
Validates the configuration for the given context.
validate(Configuration) - Method in class org.apache.tamaya.model.spi.GroupModel
 
validate(Configuration) - Method in class org.apache.tamaya.model.spi.ParameterModel
 
validate(Configuration) - Method in class org.apache.tamaya.model.spi.SectionModel
 
Validation - Class in org.apache.tamaya.model
Models a partial configuration configModel result.
ValidationResult - Enum in org.apache.tamaya.model
Enum type describing the different validation results supported.
valueOf(String) - Static method in enum org.apache.tamaya.events.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.inject.api.LoadPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.inject.api.UpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.model.ModelTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.model.ValidationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.optional.EvaluationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tamaya.ui.ViewProvider.ViewLifecycle
Returns the enum constant of this type with the specified name.
ValueProvider - Interface in org.apache.tamaya.optional
Simple (functional) interface, compatible with Java 7 that models a component that provides values.
values() - Static method in enum org.apache.tamaya.events.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.inject.api.LoadPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.inject.api.UpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.model.ModelTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.model.ValidationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.optional.EvaluationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tamaya.ui.ViewProvider.ViewLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.apache.tamaya.events.spi.BaseConfigEvent
 
version() - Method in class org.apache.tamaya.server.ConfigurationResource
 
VersionProperties - Class in org.apache.tamaya.server
This class gives access to the current name and the current version information at runtime.
VerticalSpacedLayout - Class in org.apache.tamaya.ui.components
Vertical layout with spacing and margin on by default
VerticalSpacedLayout() - Constructor for class org.apache.tamaya.ui.components.VerticalSpacedLayout
 
ViewProvider - Interface in org.apache.tamaya.ui
Interface to register Tamaya UI parts.
ViewProvider.ViewLifecycle - Enum in org.apache.tamaya.ui
View lifecycle options that determine when a view is created and how long an instance is used.

W

with(ConfigOperator) - Method in interface org.apache.tamaya.Configuration
Extension point for adjusting configuration.
with(ConfigOperator) - Method in class org.apache.tamaya.core.internal.DefaultConfiguration
 
with(ConfigOperator) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
with(ConfigOperator) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
 
with(ConfigOperator) - Method in class org.apache.tamaya.spisupport.DefaultConfiguration
 
WithConfigOperator - Annotation Type in org.apache.tamaya.inject.api
Annotation to define an configuration operator to be used before accessing a configured key.
withOrdinal(int) - Method in class org.apache.tamaya.builder.PropertySourceBuilder
Sets the ordinal to be used explicitly (instead evaluating it using tamaya.ordinal.
WithPropertyConverter - Annotation Type in org.apache.tamaya.inject.api
Annotation to define a type adapter to be used before injecting a configured key, or for applying changes.
writeConfig(String, String, Integer) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for setting a property value: { "action": "set", "node": { "createdIndex": 3, "key": "/message", "modifiedIndex": 3, "value": "Hello etcd" }, "prevNode": { "createdIndex": 2, "key": "/message", "value": "Hello world", "modifiedIndex": 2 } }
writeEtcdConfig(String, String, Integer) - Method in class org.apache.tamaya.server.ConfigurationResource
 

X

xmlInfo() - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a XML formatted ouitput of all properties in the given configuration.
xmlInfo(Map<String, String>) - Static method in class org.apache.tamaya.functions.ConfigurationFunctions
Creates a ConfigQuery that creates a XML formatted ouitput of all properties in the given configuration.

Y

YAMLFormat - Class in org.apache.tamaya.json
Implementation of the ConfigurationFormat able to read configuration properties represented in JSON
YAMLFormat() - Constructor for class org.apache.tamaya.json.YAMLFormat
Constructor, itniaitlizing zhe JSON reader factory.
YAMLPropertySource - Class in org.apache.tamaya.json
Property source based on a JSON file.
YAMLPropertySource(URL) - Constructor for class org.apache.tamaya.json.YAMLPropertySource
Constructor, hereby using 0 as the default ordinal.
YAMLPropertySource(URL, int) - Constructor for class org.apache.tamaya.json.YAMLPropertySource
Constructor.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

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