Uses of Class
com.saperion.common.lang.classloading.ServiceLoader
Packages that use ServiceLoader
- 
Uses of ServiceLoader in com.saperion.common.lang.classloadingMethods in com.saperion.common.lang.classloading that return ServiceLoaderModifier and TypeMethodDescriptionstatic <T> ServiceLoader<T>Creates a newServiceLoaderfor 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 newServiceLoaderfor the specified service interface and class loader.static <T> ServiceLoader<T>ServiceLoader.loadInstalled(Class<T> service) Creates a newServiceLoaderfor the specified service type, using the extension class loader.