| |
|
| java.lang.Object com.bluecast.util.FactoryServiceFinder
FactoryServiceFinder | public class FactoryServiceFinder (Code) | | This class can enumerate all the Providers of a particular Service. It
searches the classpath for META-INF/services/ and returns
the first line of each service. That string is usually the name of the
factory class implementing the requested service.
|
findServices | public static Enumeration findServices(String name) throws IOException(Code) | | Return an Enumeration of class name Strings of
available provider classes for the given service.
|
|
|
|