org.apache.camel.blueprint
Class ContextScanRouteBuilderFinder
java.lang.Object
org.apache.camel.blueprint.ContextScanRouteBuilderFinder
public class ContextScanRouteBuilderFinder
- extends java.lang.Object
A helper class which will find all RouteBuilder instances in the
BlueprintContainer.
- Version:
- $Revision$
|
Method Summary |
void |
appendBuilders(java.util.List<org.apache.camel.RoutesBuilder> list)
Appends all the RouteBuilder instances that can be found in the context |
protected boolean |
isFilteredClass(java.lang.Object bean)
|
protected boolean |
shouldIgnoreBean(java.lang.Object bean)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextScanRouteBuilderFinder
public ContextScanRouteBuilderFinder(BlueprintCamelContext camelContext,
org.apache.camel.spi.PackageScanFilter filter)
appendBuilders
public void appendBuilders(java.util.List<org.apache.camel.RoutesBuilder> list)
- Appends all the
RouteBuilder instances that can be found in the context
shouldIgnoreBean
protected boolean shouldIgnoreBean(java.lang.Object bean)
isFilteredClass
protected boolean isFilteredClass(java.lang.Object bean)
Apache CAMEL