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 FlowRunnerFlowRunner. forCommandLine(String cmdline)Instantiates the flow from the given commandline (i.e., classname and optional options).static FlowRunnerFlowRunner. 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 FlowRunnerFlowSetupWorker. m_FlowRunnerfor executing the flow.
-