Uses of Class
org.nnsoft.commons.bspi.ServiceLoader

Uses of ServiceLoader in org.nnsoft.commons.bspi
 

Methods in org.nnsoft.commons.bspi that return ServiceLoader
static
<S> ServiceLoader<S>
ServiceLoader.load(Class<S> service)
          Creates a new service loader for the given service type, using the current thread's context class loader.
static
<S> ServiceLoader<S>
ServiceLoader.load(Class<S> service, ClassLoader classLoader)
          Creates a new service loader for the given service type and class loader.
static
<S> ServiceLoader<S>
ServiceLoader.loadInstalled(Class<S> service)
          Creates a new service loader for the given service type, using the extension class loader.
 



Copyright © 2010-2011 99 Software Foundation. All Rights Reserved.