A C E F G H I J K M O P R S T X 

A

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.

C

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.
ConfigurationFunctions - Class in org.apache.tamaya.functions
Accessor that provides useful functions along with configuration.

E

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.

F

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.
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.

G

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.
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.

H

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

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.

J

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.

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).

M

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.
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.

O

org.apache.tamaya.functions - package org.apache.tamaya.functions
Contains additional useful operators and queries.

P

Predicate<T> - Interface in org.apache.tamaya.functions
Represents a predicate (boolean-valued function) of one argument.
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.
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.

R

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.

S

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).
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).

T

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.
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.

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.
A C E F G H I J K M O P R S T X 

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