public class SystemConfig
extends java.lang.Object
Constructor and Description |
---|
SystemConfig() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getConfDir()
Retrieves the system configuration directory, which contains all Mendel
configuration directives.
|
static java.lang.String |
getInstallDir()
Retrieves the Mendel installation directory, which contains the binaries,
scripts, and libraries required to run Mendel.
|
static boolean |
getPseudoFS()
Retrieves the flag that determines whether psuedoFS mode has been
enabled.
|
static java.lang.String |
getRootDir()
Retrieves the system root directory.
|
static java.lang.String |
getStagedDataDir()
Retrieves directory containing the fasta files used to populate
the initial vantage point hashing tree.
|
static int |
getWindowSize()
Retrieves the system-wide window size for indexing and querying data
|
static void |
reload()
Reloads the Mendel system configuration.
|
public static java.lang.String getRootDir()
public static java.lang.String getConfDir()
public static java.lang.String getInstallDir()
public static boolean getPseudoFS()
public static java.lang.String getStagedDataDir()
public static int getWindowSize()
public static void reload()