Package org.apache.camel.blueprint
Class BlueprintCamelContextLookupHelper
- java.lang.Object
-
- org.apache.camel.blueprint.BlueprintCamelContextLookupHelper
-
public final class BlueprintCamelContextLookupHelper extends Object
A helper class to find the ids of theBlueprintCamelContextdefined in theBlueprintContainer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>lookupBlueprintCamelContext(org.osgi.service.blueprint.container.BlueprintContainer container)Lookup all theBlueprintCamelContextin theBlueprintContainer.
-
-
-
Method Detail
-
lookupBlueprintCamelContext
public static Set<String> lookupBlueprintCamelContext(org.osgi.service.blueprint.container.BlueprintContainer container)
Lookup all theBlueprintCamelContextin theBlueprintContainer.- Parameters:
container- the blueprint container, must be provided- Returns:
- a set with the ids of the
BlueprintCamelContext, never null, but can be empty set.
-
-