Package org.apache.camel.support
Class PlatformHelper
- java.lang.Object
-
- org.apache.camel.support.PlatformHelper
-
public final class PlatformHelper extends Object
Utility dedicated for resolving runtime information related to the platform on which Camel is currently running.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isOsgiContext(org.apache.camel.CamelContext camelContext)
Determine whether Camel is OSGi-aware.
-
-
-
Method Detail
-
isOsgiContext
public static boolean isOsgiContext(org.apache.camel.CamelContext camelContext)
Determine whether Camel is OSGi-aware. Current implementation of the method checks if the name of theCamelContext
matches the names of the known OSGi-aware contexts.- Parameters:
camelContext
- context to be tested against OSGi-awareness- Returns:
- true if given context is OSGi-aware, false otherwise
-
-