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 FlowSetupRunner
FlowSetupRunner. forCommandLine(String cmdline)
Instantiates the runner from the given commandline (i.e., classname and optional options).static FlowSetupRunner
FlowSetupRunner. forName(String classname, String[] options)
Instantiates the runner with the given options.
-