public class SystemRegistry extends Object
A registry that loads up the standard biodirectory files.
This class will search for the following files in turn:
The default search path may be replaced by an alternative search
path specified by the OBDA_SEARCH_PATH
system
environment variable. This environment variable is a "+" delimted
string of files and URLs. The search order proceeds from read left
to right.
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FILE |
static String |
CONFIG_LOCATOR |
static String |
OBDA_SEARCH_ENV |
Constructor and Description |
---|
SystemRegistry() |
Modifier and Type | Method and Description |
---|---|
static List |
getRegistryPath()
Get the list of places that will be searched for registry
files.
|
static Registry |
instance()
Get the singleton Registry instance representing the system-wide
default registry.
|
public static final String CONFIG_LOCATOR
public static final String CONFIG_FILE
public static final String OBDA_SEARCH_ENV
public SystemRegistry()
public static Registry instance()
public static List getRegistryPath()
Copyright © 2014 BioJava. All rights reserved.