Uses of Interface
org.apache.camel.spi.FactoryFinder
-
Packages that use FactoryFinder Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 FactoryFinder Modifier and Type Method Description FactoryFinder
ExtendedCamelContext. getDefaultFactoryFinder()
Gets the default FactoryFinder which will be used for the loading the factory class from META-INFFactoryFinder
ExtendedCamelContext. getFactoryFinder(String path)
Gets the FactoryFinder which will be used for the loading the factory class from META-INF in the given path -
Uses of FactoryFinder in org.apache.camel.spi
Methods in org.apache.camel.spi that return FactoryFinder Modifier and Type Method Description default FactoryFinder
FactoryFinderResolver. resolveDefaultFactoryFinder(ClassResolver classResolver)
Creates a new default factory finder using a default resource path.FactoryFinder
FactoryFinderResolver. resolveFactoryFinder(ClassResolver classResolver, String resourcePath)
Creates a new factory finder.
-