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 FactoryFinderExtendedCamelContext. getBootstrapFactoryFinder()Gets the bootstrap FactoryFinder which will be used for the loading the factory class from META-INF.FactoryFinderExtendedCamelContext. getBootstrapFactoryFinder(String path)Gets the bootstrap FactoryFinder which will be used for the loading the factory class from META-INF in the given path.FactoryFinderExtendedCamelContext. getDefaultFactoryFinder()Gets the default FactoryFinder which will be used for the loading the factory class from META-INFFactoryFinderExtendedCamelContext. 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 FactoryFinder Modifier and Type Method Description voidExtendedCamelContext. setBootstrapFactoryFinder(FactoryFinder factoryFinder)Sets the bootstrap 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 FactoryFinder Modifier and Type Method Description default FactoryFinderFactoryFinderResolver. resolveBootstrapFactoryFinder(ClassResolver classResolver)Creates a new bootstrap factory finder using a default resource path.FactoryFinderFactoryFinderResolver. 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.FactoryFinderFactoryFinderResolver. resolveFactoryFinder(ClassResolver classResolver, String resourcePath)Creates a new factory finder.
-