org.apache.camel.blueprint
Class BlueprintCamelContextLookupHelper

java.lang.Object
  extended by org.apache.camel.blueprint.BlueprintCamelContextLookupHelper

public final class BlueprintCamelContextLookupHelper
extends Object

A helper class to find the ids of the BlueprintCamelContext defined in the BlueprintContainer


Method Summary
static Set<String> lookupBlueprintCamelContext(org.osgi.service.blueprint.container.BlueprintContainer container)
          Lookup all the BlueprintCamelContext in the BlueprintContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lookupBlueprintCamelContext

public static Set<String> lookupBlueprintCamelContext(org.osgi.service.blueprint.container.BlueprintContainer container)
Lookup all the BlueprintCamelContext in the BlueprintContainer.

Parameters:
container - the blueprint container, must be provided
Returns:
a set with the ids of the BlueprintCamelContext, never null, but can be empty set.


Apache CAMEL