public class ELKIServiceLoader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char |
COMMENT_CHAR
Comment character
|
static java.lang.String |
FILENAME_PREFIX
File name prefix for the ELKI functionality discovery.
|
static java.lang.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(java.lang.Class<?> parent)
Load the service file.
|
static void |
load(java.lang.Class<?> parent,
java.lang.ClassLoader cl)
Load the service file.
|
private static void |
parseLine(java.lang.Class<?> parent,
char[] line,
int begin,
int end)
Parse a single line from a service registry file.
|
public static final java.lang.String RESOURCE_PREFIX
public static final java.lang.String FILENAME_PREFIX
public static final char COMMENT_CHAR
public static void load(java.lang.Class<?> parent)
public static void load(java.lang.Class<?> parent, java.lang.ClassLoader cl)
private static void parseLine(java.lang.Class<?> parent, char[] line, int begin, int end)
parent
- Parent classline
- Line to readCopyright © 2019 ELKI Development Team. License information.