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