Uses of Interface
org.tentackle.common.ServiceFinder
Packages that use ServiceFinder
-
Uses of ServiceFinder in org.tentackle.common
Classes in org.tentackle.common that implement ServiceFinderMethods in org.tentackle.common that return ServiceFinderModifier and TypeMethodDescriptionstatic ServiceFinderServiceFactory.getServiceFinder()Gets a service finder.
If the finder does not exist yet, it will be created.static ServiceFinderServiceFactory.getServiceFinder(ClassLoader loader, String servicePath) Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created.static ServiceFinderServiceFactory.getServiceFinder(String servicePath) Gets a service finder for a given service path.
If the finder does not exist yet, it will be created.protected ServiceFinderServiceFactory.getServiceFinderImpl()Gets a service finder.
If the finder does not exist yet, it will be created.protected ServiceFinderServiceFactory.getServiceFinderImpl(ClassLoader loader, String servicePath) Gets a service finder for a given classloader and service path.
If the finder does not exist yet, it will be created.protected ServiceFinderServiceFactory.getServiceFinderImpl(String servicePath) Gets a service finder for a given service path.
If the finder does not exist yet, it will be created.Methods in org.tentackle.common that return types with arguments of type ServiceFinderModifier and TypeMethodDescriptionServiceFactory.getFinderMap()Gets the finder map.
Allows applications to modify or add finders programmatically.
The map is threadsafe.protected Class<? extends ServiceFinder> ServiceFactory.getServiceFinderClass()Gets the class of the service finder.