Package org.ops4j.spi

Class Summary
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 Summary
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-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.