Modifier and Type | Method and Description |
---|---|
static Set<String> |
PropertySourceFunctions.sections(Map<String,String> properties,
Predicate<String> predicate)
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.
|
static org.apache.tamaya.ConfigQuery<Set<String>> |
ConfigurationFunctions.sections(Predicate<String> predicate)
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.
|
static Set<String> |
PropertySourceFunctions.transitiveSections(Map<String,String> properties,
Predicate<String> predicate)
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.
|
static org.apache.tamaya.ConfigQuery<Set<String>> |
ConfigurationFunctions.transitiveSections(Predicate<String> predicate)
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.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.