Package | Description |
---|---|
org.apache.river.resource |
Utility classes for manipulating resources.
|
Modifier and Type | Method and Description |
---|---|
static Iterator |
Service.installedProviders(Class service)
Locates and incrementally instantiates the available providers of a
given service using the extension class loader.
|
static Iterator |
Service.providers(Class service)
Locates and incrementally instantiates the available providers of a
given service using the context class loader.
|
static Iterator |
Service.providers(Class service,
ClassLoader loader)
Locates and incrementally instantiates the available providers of a
given service using the given class loader.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.