public class Services
extends java.lang.Object
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static java.util.Set getImplementationNames(java.lang.Class serviceIF)
throws java.io.IOException
java.io.IOExceptionpublic static java.util.Set getImplementationNames(java.lang.Class serviceIF,
java.lang.ClassLoader loader)
throws java.io.IOException
java.io.IOException