public final class PlatformHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isOsgiContext(org.apache.camel.CamelContext camelContext)
Determine whether Camel is OSGi-aware.
|
public static boolean isOsgiContext(org.apache.camel.CamelContext camelContext)
CamelContext matches the names of the known OSGi-aware contexts.camelContext - context to be tested against OSGi-awarenessApache Camel