Package omero :: Package plugins :: Module submit :: Class SubmitCLI
[hide private]
[frames] | no frames]

Class SubmitCLI

source code


Nested Classes [hide private]

Inherited from cli.CLI: PluginsLoaded

Instance Methods [hide private]
 
__init__(self)
Also sets the "_client" field for this instance to None.
source code
 
postcmd(self, stop, line)
Hook method executed just after a command dispatch is finished.
source code
 
do_save(self, arg) source code
 
do_cancel(self, arg) source code
 
execute(self) source code

Inherited from cli.CLI: call, completenames, conn, default, die, do_start, emptyline, exit, initData, invoke, invokeloop, loadplugins, onecmd, parsePropertyFile, parseline, popen, precmd, pub, readDefaults, register, unknown_command, waitForPlugins

Inherited from cli.CLI (private): _cwd, _env

Inherited from cmd.Cmd: cmdloop, columnize, complete, complete_help, completedefault, do_help, get_names, postloop, preloop, print_topics

Inherited from cli.Context: dbg, err, input, out, pythonpath, safePrint, setdebug, userdir

Class Variables [hide private]

Inherited from cmd.Cmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, prompt, ruler, undoc_header, use_rawinput

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Also sets the "_client" field for this instance to None. Each cli maintains a single active client.

Overrides: cli.Context.__init__

postcmd(self, stop, line)

source code 

Hook method executed just after a command dispatch is finished.

Overrides: cmd.Cmd.postcmd
(inherited documentation)