|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.utils.Services
public class 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 BioJava 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
java.io.IOException
public static java.util.Set getImplementationNames(java.lang.Class serviceIF,
java.lang.ClassLoader loader)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||