public class ContextScanRouteBuilderFinder extends Object
RouteBuilder instances in the
BlueprintContainer.| Constructor and Description |
|---|
ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext,
PackageScanFilter filter,
boolean includeNonSingletons) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendBuilders(List<RoutesBuilder> list)
Appends all the
RouteBuilder instances that can be found in the context |
protected boolean |
isFilteredClass(Object bean) |
protected boolean |
shouldIgnoreBean(Object bean) |
public ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext, PackageScanFilter filter, boolean includeNonSingletons)
public void appendBuilders(List<RoutesBuilder> list)
RouteBuilder instances that can be found in the contextprotected boolean shouldIgnoreBean(Object bean)
protected boolean isFilteredClass(Object bean)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.