Package Products :: Package ZenUtils :: Module GlobalConfig :: Class _GlobalConfParserAdapter
[hide private]
[frames] | no frames]

Class _GlobalConfParserAdapter

source code

object --+
         |
        _GlobalConfParserAdapter

Instance Methods [hide private]
 
__init__(self, parser) source code
 
apply(self) source code
 
_getGlobalConfigFileDefaults(self)
Parse a config file which has key-value pairs delimited by white space, and update the parser's option defaults with these values.
source code
 
_loadConfigFile(self, filename)
Parse a config file which has key-value pairs delimited by white space.
source code
Method Details [hide private]

__init__(self, parser)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

_loadConfigFile(self, filename)

source code 

Parse a config file which has key-value pairs delimited by white space.

Parameters:
  • filename (string) - path to the configuration file