Uses of Class
com.saperion.common.lang.classloading.ServiceLoader
Packages that use ServiceLoader
-
Uses of ServiceLoader in com.saperion.common.lang.classloading
Methods in com.saperion.common.lang.classloading that return ServiceLoaderModifier and TypeMethodDescriptionstatic <T> ServiceLoader<T>
Creates a newServiceLoader
for the specified service interface, using the current thread's context class loader.static <T> ServiceLoader<T>
ServiceLoader.load
(Class<T> service, ClassLoader loader) Creates a newServiceLoader
for the specified service interface and class loader.static <T> ServiceLoader<T>
ServiceLoader.loadInstalled
(Class<T> service) Creates a newServiceLoader
for the specified service type, using the extension class loader.