Package commons :: Module Checker :: Class ConfigChecker
[hide private]
[frames] | no frames]

Class ConfigChecker

source code

IChecker --+
           |
          ConfigChecker

A checker for config file.

Instance Methods [hide private]
 
__init__(self, sectionName, optionsDict) source code
 
check(self, configFile)
perform check, raise a CheckerException if error occured
source code
Instance Variables [hide private]
class Dict optionsDict
dict with option to check as keys and empty strings "" as values
str sectionName
section to check in config file
Method Details [hide private]

check(self, configFile)

source code 

perform check, raise a CheckerException if error occured

Parameters:
  • arg - a collecting parameter: put here all you need to perform check
Overrides: IChecker.check
(inherited documentation)