|
Node Director
|
Implements the 'app_import' director command putting applications under Director control. More...
Public Member Functions | |
| String | usage () |
| return a one-line usage string | |
| String | help () |
| return a more verbose usage string (aka. | |
| String[] | getOptDefinitions () |
| return option definitions as used by Tools.getOpt() | |
| void | run (Hashtable optvals) throws DirectorException |
| run the command with the (pre-parsed) options optargs | |
Public Member Functions inherited from sfi.director.cli.CLICommand | |
| void | setOptions (Hashtable opts) |
| sets options from a hash as returned by Tools.getOpts(). | |
| Options | getOptions () |
| Hashtable | getOptionsHash () |
Implements the 'app_import' director command putting applications under Director control.
|
virtual |
return option definitions as used by Tools.getOpt()
Implements sfi.director.cli.CLICommand.
|
virtual |
|
virtual |
run the command with the (pre-parsed) options optargs
Implements sfi.director.cli.CLICommand.
References sfi.director.application.objevents.EventEnvironment.add(), sfi.director.application.objevents.Workflow.doEvent(), sfi.director.application.objevents.Workflow.flush(), sfi.director.repository.config.DirectoryAccess.get(), sfi.director.repository.config.DirectoryAccess.getDBConnection(), sfi.director.repository.config.Directory.getDirectory(), sfi.director.util.Setup.pathSeparator, sfi.director.util.Setup.program_cmdline, sfi.director.util.Options.setOption(), sfi.director.application.objevents.EventEnvironment.setOptions(), sfi.director.util.Init.setup_cli(), and sfi.director.cli.sfidirector.trackJob().
|
virtual |
return a one-line usage string
Implements sfi.director.cli.CLICommand.
1.8.1.2