public interface PluginManager
Modifier and Type | Method and Description |
---|---|
<P> Iterator<P> |
load(Class<P> service)
Returns in iterator over all available implementations of the given service interface (SPI)
in all the plugins known to this plugin manager instance.
|
<P> Iterator<P> load(Class<P> service)
P
- Type of the requested plugin service.service
- the service interface (SPI) for which implementations are requested.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.