Package org.apache.camel.impl.scan

Class Summary
AnnotatedWithAnyPackageScanFilter Package scan filter for testing if a given class is annotated with any of the annotations.
AnnotatedWithPackageScanFilter Package scan filter for testing if a given class is annotated with a certain annotation.
AssignableToPackageScanFilter Package scan filter for testing if a given class is assignable to another class.
CompositePackageScanFilter CompositePackageScanFilter allows multiple PackageScanFilters to be composed into a single filter.
InvertingPackageScanFilter Package scan filter for inverting the match result of a subfilter.
PatternBasedPackageScanFilter PatternBasedPackageScanFilter uses an underlying AntPathMatcher to filter scanned files according to include and exclude patterns.
 



Apache CAMEL