Script gajim_remote_py :: Class GajimRemote
[hide private]
[frames] | no frames]

Class GajimRemote

source code

Instance Methods [hide private]
 
__init__(self) source code
 
print_result(self, res)
Print retrieved result to the output
source code
 
check_gajim_running(self) source code
 
init_connection(self)
Create the onnection to the session dbus, or exit if it is not possible
source code
 
make_arguments_row(self, args)
Return arguments list.
source code
 
help_on_command(self, command)
Return help message for a given command
source code
 
compose_help(self)
Print usage, and list available commands
source code
 
print_info(self, level, prop_dict, encode_return=False)
Return formated string from data structure
source code
 
check_arguments(self)
Make check if all necessary arguments are given
source code
 
handle_uri(self) source code
 
call_remote_method(self)
Calls self.method with arguments from sys.argv[2:]
source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

print_result(self, res)

source code 
Print retrieved result to the output

check_gajim_running(self)

source code 

init_connection(self)

source code 
Create the onnection to the session dbus, or exit if it is not possible

make_arguments_row(self, args)

source code 
Return arguments list. Mandatory arguments are enclosed with: '<', '>', optional arguments - with '[', ']'

help_on_command(self, command)

source code 
Return help message for a given command

compose_help(self)

source code 
Print usage, and list available commands

print_info(self, level, prop_dict, encode_return=False)

source code 
Return formated string from data structure

check_arguments(self)

source code 
Make check if all necessary arguments are given

handle_uri(self)

source code 

call_remote_method(self)

source code 
Calls self.method with arguments from sys.argv[2:]