public static final class CustomizersSupport.LanguageCustomizationEnabledPolicy extends Object implements org.apache.camel.spi.LanguageCustomizer.Policy
LanguageCustomizer.Policy that uses a hierarchical lists of properties to determine if customization is
enabled for the given Language.| Constructor and Description |
|---|
LanguageCustomizationEnabledPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(String name,
org.apache.camel.spi.Language target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orpublic boolean test(String name, org.apache.camel.spi.Language target)
test in interface BiPredicate<String,org.apache.camel.spi.Language>Apache Camel