Package | Description |
---|---|
org.apache.river.resource |
Utility classes for manipulating resources.
|
Modifier and Type | Method and Description |
---|---|
static <S> Iterator<S> |
Service.installedProviders(Class<S> service)
Locates and incrementally instantiates the available providers of a
given service using the extension class loader.
|
static <S> Iterator<S> |
Service.providers(Class<S> service)
Locates and incrementally instantiates the available providers of a
given service using the context class loader.
|
static <S> Iterator<S> |
Service.providers(Class<S> service,
ClassLoader loader)
Locates and incrementally instantiates the available providers of a
given service using the given class loader.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.