Uses of Interface
org.apache.camel.spi.FactoryFinder
Packages that use FactoryFinder
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of FactoryFinder in org.apache.camel
Methods in org.apache.camel that return FactoryFinderModifier and TypeMethodDescriptionExtendedCamelContext.getBootstrapFactoryFinder()Gets the bootstrap FactoryFinder which will be used for the loading the factory class from META-INF.ExtendedCamelContext.getBootstrapFactoryFinder(String path) Gets the bootstrap FactoryFinder which will be used for the loading the factory class from META-INF in the given path.ExtendedCamelContext.getDefaultFactoryFinder()Gets the default FactoryFinder which will be used for the loading the factory class from META-INFExtendedCamelContext.getFactoryFinder(String path) Gets the FactoryFinder which will be used for the loading the factory class from META-INF in the given pathMethods in org.apache.camel with parameters of type FactoryFinderModifier and TypeMethodDescriptionvoidExtendedCamelContext.setBootstrapFactoryFinder(FactoryFinder factoryFinder) Sets the bootstrap FactoryFinder which will be used for the loading the factory class from META-INF.voidExtendedCamelContext.setDefaultFactoryFinder(FactoryFinder factoryFinder) Sets the default FactoryFinder which will be used for the loading the factory class from META-INF -
Uses of FactoryFinder in org.apache.camel.spi
Methods in org.apache.camel.spi that return FactoryFinderModifier and TypeMethodDescriptiondefault FactoryFinderFactoryFinderResolver.resolveBootstrapFactoryFinder(ClassResolver classResolver) Creates a new bootstrap factory finder using a default resource path.FactoryFinderResolver.resolveBootstrapFactoryFinder(ClassResolver classResolver, String resourcePath) Creates a new factory finder.default FactoryFinderFactoryFinderResolver.resolveDefaultFactoryFinder(ClassResolver classResolver) Creates a new default factory finder using a default resource path.FactoryFinderResolver.resolveFactoryFinder(ClassResolver classResolver, String resourcePath) Creates a new factory finder.