| Find all service providers (factories) defined in
META-INF/services directories of all jars in the
classpath. See the JAR specification for details.
Parameters: service - The class of the service, used to construct the filename asMETA-INF/services/service.getName() and to verifythe classes specified in those files (must be derived from service ). A list of classes that implement service . |