Interface FactoryFinder
public interface FactoryFinder
Finder to find factories from the resource classpath, usually META-INF/services/org/apache/camel/.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the resolver state from previous scans.Finds the given factory class using the key to lookup.findOptionalClass(String key) Finds the optional factory class using the key to lookup.Gets the resource classpath.newInstance(String key) Creates a new class instance using the key to lookup<T> Optional<T> newInstance(String key, Class<T> type) Creates a new class instance using the key to lookup
-
Field Details
-
DEFAULT_PATH
- See Also:
-
-
Method Details
-
getResourcePath
-
newInstance
-
newInstance
-
findClass
-
findOptionalClass
-
clear
void clear()Clear the resolver state from previous scans.
-