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