Package | Description |
---|---|
biolockj.launch | |
biolockj.pipelines | |
biolockj.util |
Static utilities centralize and organize reusable core methods.
|
Modifier and Type | Method and Description |
---|---|
static void |
Reset.main(String[] args)
Reset a pipeline.
|
static boolean |
Reset.resetPipeline(String path) |
Constructor and Description |
---|
Reset(String dirPath) |
Modifier and Type | Method and Description |
---|---|
static File |
PipelineUtil.markStatus(BioModule module,
String statusFlag)
Set the status of a module using a status flag file.
|
static File |
PipelineUtil.markStatus(String statusFlag)
Set the status of a module or pipeline using a status flag file.
|
static File |
PipelineUtil.markStatus(String dirPath,
String statusFlag)
Set the status of a module or pipeline using a status flag file.
|
Modifier and Type | Method and Description |
---|---|
static File |
BioLockJUtil.createFile(String path)
Used to save status files for modules and the pipeline.
|
static void |
ModuleUtil.markComplete(BioModule module)
Method creates a file named "biolockjComplete" in module root directory to document module
has completed successfully.
|
static void |
ModuleUtil.markStarted(BioModule module)
Method creates a file named "biolockjStarted" in module root directory to document module
has completed successfully.
|