Uses of Class
adams.flow.FlowRunner
-
Packages that use FlowRunner Package Description adams.flow adams.flow.setup -
-
Uses of FlowRunner in adams.flow
Methods in adams.flow that return FlowRunner Modifier and Type Method Description static FlowRunner
FlowRunner. forCommandLine(String cmdline)
Instantiates the flow from the given commandline (i.e., classname and optional options).static FlowRunner
FlowRunner. forName(String classname, String[] options)
Instantiates the flow runner with the given options. -
Uses of FlowRunner in adams.flow.setup
Fields in adams.flow.setup declared as FlowRunner Modifier and Type Field Description protected FlowRunner
FlowSetupWorker. m_FlowRunner
for executing the flow.
-