public class FactoryServiceFinder
extends java.lang.Object
Constructor and Description |
---|
FactoryServiceFinder() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
findService(java.lang.String name)
Find the first listed provider for the given service name
|
static java.util.Enumeration |
findServices(java.lang.String name)
Return an Enumeration of class name Strings of
available provider classes for the given service.
|
public static java.lang.String findService(java.lang.String name) throws java.io.IOException
java.io.IOException
public static java.util.Enumeration findServices(java.lang.String name) throws java.io.IOException
java.io.IOException