General KERNEL Documentation     End User KERNEL Services  


launchConfigureParser Namespace Reference


Data Structures

class  xml_parser

Functions

def version
def version_id
def userFile
def verbose
def setVerbose
def store_boolean
def CreateOptionParser
def get_env

Variables

string doc_tag = "document"
string sec_tag = "section"
string par_tag = "parameter"
string nam_att = "name"
string val_att = "value"
string lanch_nam = "launch"
string help_nam = "help"
string gui_nam = "gui"
string splash_nam = "splash"
string logger_nam = "logger"
string xterm_nam = "xterm"
string file_nam = "file"
string portkill_nam = "portkill"
string killall_nam = "killall"
string modules_nam = "modules"
string embedded_nam = "embedded"
string standalone_nam = "standalone"
string key_nam = "key"
string interp_nam = "interp"
string except_nam = "noexcepthandler"
string terminal_nam = "terminal"
string plugins_nam = "plugins"
string appname_nam = "appname"
string port_nam = "port"
string salomeappname = "SalomeApp"
string script_nam = "pyscript"
tuple boolKeys = ( gui_nam, splash_nam, logger_nam, file_nam, xterm_nam, portkill_nam, killall_nam, except_nam )
tuple intKeys = ( interp_nam, )
tuple listKeys = ( embedded_nam, key_nam, modules_nam, standalone_nam, plugins_nam )
 _verbose = None
string section_to_skip = ""
dictionary booleans
tuple boolean_choices = booleans.keys()
list args = []


Function Documentation

def launchConfigureParser::version  ) 
 

def launchConfigureParser::version_id   fname  ) 
 

def launchConfigureParser::userFile   appname  ) 
 

def launchConfigureParser::verbose  ) 
 

def launchConfigureParser::setVerbose   level  ) 
 

def launchConfigureParser::store_boolean   option,
  opt,
  value,
  parser,
  args
 

def launchConfigureParser::CreateOptionParser   theAdditionalOptions = []  ) 
 

def launchConfigureParser::get_env   theAdditionalOptions = [],
  appname = "SalomeApp"
 


Variable Documentation

string launchConfigureParser::doc_tag = "document" [static]
 

string launchConfigureParser::sec_tag = "section" [static]
 

string launchConfigureParser::par_tag = "parameter" [static]
 

string launchConfigureParser::nam_att = "name" [static]
 

string launchConfigureParser::val_att = "value" [static]
 

string launchConfigureParser::lanch_nam = "launch" [static]
 

string launchConfigureParser::help_nam = "help" [static]
 

string launchConfigureParser::gui_nam = "gui" [static]
 

string launchConfigureParser::splash_nam = "splash" [static]
 

string launchConfigureParser::logger_nam = "logger" [static]
 

string launchConfigureParser::xterm_nam = "xterm" [static]
 

string launchConfigureParser::file_nam = "file" [static]
 

string launchConfigureParser::portkill_nam = "portkill" [static]
 

string launchConfigureParser::killall_nam = "killall" [static]
 

string launchConfigureParser::modules_nam = "modules" [static]
 

string launchConfigureParser::embedded_nam = "embedded" [static]
 

string launchConfigureParser::standalone_nam = "standalone" [static]
 

string launchConfigureParser::key_nam = "key" [static]
 

string launchConfigureParser::interp_nam = "interp" [static]
 

string launchConfigureParser::except_nam = "noexcepthandler" [static]
 

string launchConfigureParser::terminal_nam = "terminal" [static]
 

string launchConfigureParser::plugins_nam = "plugins" [static]
 

string launchConfigureParser::appname_nam = "appname" [static]
 

string launchConfigureParser::port_nam = "port" [static]
 

string launchConfigureParser::salomeappname = "SalomeApp" [static]
 

string launchConfigureParser::script_nam = "pyscript" [static]
 

tuple launchConfigureParser::boolKeys = ( gui_nam, splash_nam, logger_nam, file_nam, xterm_nam, portkill_nam, killall_nam, except_nam ) [static]
 

tuple launchConfigureParser::intKeys = ( interp_nam, ) [static]
 

tuple launchConfigureParser::listKeys = ( embedded_nam, key_nam, modules_nam, standalone_nam, plugins_nam ) [static]
 

launchConfigureParser::_verbose = None [static]
 

string launchConfigureParser::section_to_skip = "" [static]
 

dictionary launchConfigureParser::booleans [static]
 

Initial value:

{ '1': True , 'yes': True , 'y': True , 'on' : True , 'true' : True , 'ok'     : True,
             '0': False, 'no' : False, 'n': False, 'off': False, 'false': False, 'cancel' : False }

tuple launchConfigureParser::boolean_choices = booleans.keys() [static]
 

list launchConfigureParser::args = [] [static]