Package org.apache.camel.k.support
Class RuntimeSupport
- java.lang.Object
-
- org.apache.camel.k.support.RuntimeSupport
-
public final class RuntimeSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ContextCustomizer>
configureContextCustomizers(org.apache.camel.CamelContext context)
static List<ContextCustomizer>
configureContextCustomizers(org.apache.camel.spi.HasCamelContext hasCamelContext)
static String
getRuntimeVersion()
static Map<String,String>
loadApplicationProperties()
static List<org.apache.camel.builder.RouteBuilderLifecycleStrategy>
loadInterceptors(org.apache.camel.CamelContext context, Source source)
static Map<String,String>
loadUserProperties()
static ContextCustomizer
lookupCustomizerByID(org.apache.camel.CamelContext context, String customizerId)
static Set<String>
lookupCustomizerIDs(org.apache.camel.CamelContext context)
static Map<String,ContextCustomizer>
lookupCustomizers(org.apache.camel.CamelContext context)
-
-
-
Method Detail
-
configureContextCustomizers
public static List<ContextCustomizer> configureContextCustomizers(org.apache.camel.spi.HasCamelContext hasCamelContext)
-
configureContextCustomizers
public static List<ContextCustomizer> configureContextCustomizers(org.apache.camel.CamelContext context)
-
lookupCustomizers
public static Map<String,ContextCustomizer> lookupCustomizers(org.apache.camel.CamelContext context)
-
lookupCustomizerByID
public static ContextCustomizer lookupCustomizerByID(org.apache.camel.CamelContext context, String customizerId)
-
lookupCustomizerIDs
public static Set<String> lookupCustomizerIDs(org.apache.camel.CamelContext context)
-
loadInterceptors
public static List<org.apache.camel.builder.RouteBuilderLifecycleStrategy> loadInterceptors(org.apache.camel.CamelContext context, Source source)
-
getRuntimeVersion
public static String getRuntimeVersion()
-
-