Uses of Class
adams.flow.FlowSetupRunner
-
Packages that use FlowSetupRunner Package Description adams.flow -
-
Uses of FlowSetupRunner in adams.flow
Methods in adams.flow that return FlowSetupRunner Modifier and Type Method Description static FlowSetupRunnerFlowSetupRunner. forCommandLine(String cmdline)Instantiates the runner from the given commandline (i.e., classname and optional options).static FlowSetupRunnerFlowSetupRunner. forName(String classname, String[] options)Instantiates the runner with the given options.
-