public class ELKIServiceLoader extends Object
Modifier and Type | Field and Description |
---|---|
static char |
COMMENT_CHAR
Comment character
|
static String |
FILENAME_PREFIX
File name prefix for the ELKI functionality discovery.
|
static String |
RESOURCE_PREFIX
Resource name prefix for the ELKI functionality discovery.
|
Modifier | Constructor and Description |
---|---|
private |
ELKIServiceLoader()
Constructor - do not use.
|
Modifier and Type | Method and Description |
---|---|
static void |
load(Class<?> parent)
Load the service file.
|
static void |
load(Class<?> parent,
ClassLoader cl)
Load the service file.
|
private static void |
parseLine(Class<?> parent,
CharSequence line,
URL nam)
Parse a single line from a service registry file.
|
public static final String RESOURCE_PREFIX
public static final String FILENAME_PREFIX
public static final char COMMENT_CHAR
public static void load(Class<?> parent)
public static void load(Class<?> parent, ClassLoader cl)
private static void parseLine(Class<?> parent, CharSequence line, URL nam)
parent
- PArent classline
- Line to readnam
- File name for error reportingCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.