|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.bus.util.Services
Utility methods for handling META-INF/services files
Constructor Summary | |
Services()
|
Method Summary | |
static java.util.Set |
getImplementationNames(java.lang.Class serviceIF)
Return a Set of names of implementations of the given service interface in the classloader from which this class was loaded. |
static java.util.Set |
getImplementationNames(java.lang.Class serviceIF,
java.lang.ClassLoader loader)
Return a List of names of implementations of the given service interface available in a given classloader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Services()
Method Detail |
public static java.util.Set getImplementationNames(java.lang.Class serviceIF) throws java.io.IOException
public static java.util.Set getImplementationNames(java.lang.Class serviceIF, java.lang.ClassLoader loader) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |