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