|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluecast.util.FactoryServiceFinder
This class can enumerate all the Providers of a particular Service. It
searches the classpath for META-INF/services/
Constructor Summary | |
FactoryServiceFinder()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FactoryServiceFinder()
Method Detail |
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |