Package org.apache.camel.support
Class CustomizersSupport.LanguageCustomizationEnabledPolicy
- java.lang.Object
-
- org.apache.camel.support.CustomizersSupport.LanguageCustomizationEnabledPolicy
-
- All Implemented Interfaces:
BiPredicate<String,org.apache.camel.spi.Language>
,org.apache.camel.CamelContextAware
,org.apache.camel.spi.LanguageCustomizer.Policy
- Enclosing class:
- CustomizersSupport
public static final class CustomizersSupport.LanguageCustomizationEnabledPolicy extends Object implements org.apache.camel.spi.LanguageCustomizer.Policy
ALanguageCustomizer.Policy
that uses a hierarchical lists of properties to determine if customization is enabled for the givenLanguage
.
-
-
Constructor Summary
Constructors Constructor Description LanguageCustomizationEnabledPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(String name, org.apache.camel.spi.Language target)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(String name, org.apache.camel.spi.Language target)
- Specified by:
test
in interfaceBiPredicate<String,org.apache.camel.spi.Language>
-
-