public final class CustomizersSupport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomizersSupport.ComponentCustomizationEnabledPolicy
A
ComponentCustomizer.Policy that uses a hierarchical lists of properties to determine if customization
is enabled for the given Component . |
static class |
CustomizersSupport.DataFormatCustomizationEnabledPolicy
A
DataFormatCustomizer.Policy that uses a hierarchical lists of properties to determine if customization
is enabled for the given DataFormat . |
static class |
CustomizersSupport.LanguageCustomizationEnabledPolicy
A
LanguageCustomizer.Policy that uses a hierarchical lists of properties to determine if customization is
enabled for the given Language . |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEnabled(org.apache.camel.CamelContext camelContext,
String... prefixes)
Determine the value of the "enabled" flag for a hierarchy of properties.
|
public static boolean isEnabled(org.apache.camel.CamelContext camelContext, String... prefixes)
camelContext
- the CamelContext
prefixes
- an ordered list of prefixed (less restrictive to more restrictive)Apache Camel