public class JavaLaunchProcess extends LaunchProcess
Modifier and Type | Class and Description |
---|---|
protected class |
JavaLaunchProcess.InterruptTimerTask |
Modifier and Type | Field and Description |
---|---|
(package private) static String |
BioLockJ_CLASS |
AWS_ARG, BIOLOCKJ_TEST_MODE, BIOLOCKJ_TEST_MODE_VALUE, BLJ_ARG, BLJ_DIR, BLJ_PROJ_DIR, command, CONFIG_ARG, DEBUG_ARG, DOCKER_ARG, DOCKER_MAPPER_ARG, ENV_ARG, envVars, EXT_MODS_ARG, FG_ARG, GUI_ARG, initDir, mostRecent, msgs, parameters, PASSWORD_ARG, PLS_USE_INSTALL, PRECHECK_ARG, PROJ_ARG, RESTART_ARG, UNUSED_PROPS_ARG, WAIT_ARG
Constructor and Description |
---|
JavaLaunchProcess(String[] args) |
Modifier and Type | Method and Description |
---|---|
(package private) String |
createCmd() |
static void |
main(String[] args) |
(package private) void |
runCommand() |
assignMainArg, catchFirstResponse, checkBasicArgCompatibility, displayArgVals, foundNewPipeline, gatherEnvVars, getConfigFile, getFlag, getMainArgVal, getMostRecentPipeline, getParameter, getPipedir, getRestartDir, grabPipelineLocation, inTestMode, isReplacementForPrecheck, printActionOptions, printHelp, printHelp, printInfo, printPipeDir, printPipelineStatus, printVersion, restartDirHasStatusFlag, scanForKeys, setPipedir, showArgs, watchProcess
static final String BioLockJ_CLASS
public JavaLaunchProcess(String[] args) throws DockerVolCreationException, EndLaunch, ConfigPathException
String createCmd() throws EndLaunch
createCmd
in class LaunchProcess
EndLaunch
void runCommand() throws Exception
runCommand
in class LaunchProcess
Exception