Package org.apache.camel.support
Class CustomizersSupport
java.lang.Object
org.apache.camel.support.CustomizersSupport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
AComponentCustomizer.Policy
that uses a hierarchical lists of properties to determine if customization is enabled for the givenComponent
.static final class
ADataFormatCustomizer.Policy
that uses a hierarchical lists of properties to determine if customization is enabled for the givenDataFormat
.static final class
ALanguageCustomizer.Policy
that uses a hierarchical lists of properties to determine if customization is enabled for the givenLanguage
. -
Method Summary
-
Method Details
-
isEnabled
Determine the value of the "enabled" flag for a hierarchy of properties.- Parameters:
camelContext
- theCamelContext
prefixes
- an ordered list of prefixed (less restrictive to more restrictive)- Returns:
- the value of the key `enabled` for most restrictive prefix
-