| Returns an iterator where each element should implement the
interface (or subclass the baseclass) described by cls. The
Classes are found by searching the classpath for service files
named: 'META-INF/services/ that list
fully qualifted classnames of classes that implement the
service files classes interface. These classes must have
default constructors.
Parameters: cls - The class/interface to search for providers of. |