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 SourceLoader
loaderFor(org.apache.camel.CamelContext context, Source source)
static List<SourceLoader.Interceptor>
loadInterceptors(org.apache.camel.CamelContext context, Source source)
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)
static SourceLoader
lookupLoaderById(org.apache.camel.CamelContext context, String loaderId)
static SourceLoader
lookupLoaderByLanguage(org.apache.camel.CamelContext context, String loaderId)
static SourceLoader
lookupLoaderFromResource(org.apache.camel.CamelContext context, String loaderId)
-
-
-
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)
-
loaderFor
public static SourceLoader loaderFor(org.apache.camel.CamelContext context, Source source)
-
lookupLoaderById
public static SourceLoader lookupLoaderById(org.apache.camel.CamelContext context, String loaderId)
-
lookupLoaderByLanguage
public static SourceLoader lookupLoaderByLanguage(org.apache.camel.CamelContext context, String loaderId)
-
lookupLoaderFromResource
public static SourceLoader lookupLoaderFromResource(org.apache.camel.CamelContext context, String loaderId)
-
loadInterceptors
public static List<SourceLoader.Interceptor> loadInterceptors(org.apache.camel.CamelContext context, Source source)
-
getRuntimeVersion
public static String getRuntimeVersion()
-
-