| Package | Description |
|---|---|
| biolockj.util |
Static utilities centralize and organize reusable core methods.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
BioLockJUtil.getBljDir()
Get the program source (either the jar path or main class biolockj.BioLockJ);
|
static File |
BioLockJUtil.getLocalDir(String path)
Return directory for path after modifying if running in a Docker container and/or interpreting bash env vars.
|
static File |
BioLockJUtil.getLocalFile(String path)
Return file for path after modifying if running in a Docker container and/or interpreting bash env vars.
|