public final class HierarchicalPropertiesEvaluator extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
evaluate(org.springframework.core.env.Environment environment,
String... prefixes)
Determine the value of the "enabled" flag for a hierarchy of properties.
|
public static boolean evaluate(org.springframework.core.env.Environment environment, String... prefixes)
environment
- the environmentprefixes
- an ordered list of prefixed (less restrictive to more restrictive)Apache Camel