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