Methods in net.sourceforge.fluxion.spi.utils that throw ServiceConfigurationError |
static
<SPI> java.util.Set<java.lang.Class<? extends SPI>> |
|
SPIUtils.getServiceProviderClasses(java.lang.Class<SPI> spi)
Get a Set of all the classes that are providers for this Spi using
the current ClassLoader . |
static
<SPI> java.util.Set<java.lang.Class<? extends SPI>> |
|
SPIUtils.getServiceProviderClasses(java.lang.ClassLoader loader,
java.lang.Class<SPI> spi)
Get a Set of all the classes that are providers for this Spi using
the supplied ClassLoader . |
static
|
SPIUtils.getServiceProviders(java.lang.Class<SPI> spi)
Get a Set of all providers in the current classpath for the suppied SPI. |
static
|
SPIUtils.getServiceProviders(java.lang.ClassLoader loader,
java.lang.Class<SPI> spi)
Get a Set of all providers present in the specified class loader for the
given SPI. |