Class PlatformHelper


  • public final class PlatformHelper
    extends Object
    Utility dedicated for resolving runtime information related to the platform on which Camel is currently running.
    • 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 the CamelContext 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