Class | Description |
---|---|
SafeServiceLoader |
Loads service provider instances from
META-INF/services using a given class loader,
avoiding the system class loader used by java.util.ServiceLoader . |
ServiceProviderFinder |
Convenience methods for obtaining implementations of a given service via
ServiceLoader . |
Exception | Description |
---|---|
NonUniqueServiceProviderException |
An exception thrown when a unique service provider is expected, but more than one provider is
found.
|
NoServiceProviderException |
An exception thrown when no service provider can be found for a given interface.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.