src.Application
index
/var/lib/jenkins/workspace/resmon_autoclient_doc/src/Application.py

 
Modules
       
argparse

 
Classes
       
builtins.object
Application

 
class Application(builtins.object)
    Main application class. It parses parameters and run client
 
  Methods defined here:
__init__(self)
In constructor program arguments are parsed and client is prepared
parseArgs(self)
Parses all parameters given to the application during running it
 
:return: returns data of all parsed parameters
run(self)
Client is started
 
:return: returns None

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
version = '1.0'