|
|
|
getConfigFileDefaults(self,
filename)
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
|
|
|
setupLogging(self)
Set common logging options |
source code
|
|
|
buildParser(self)
Create the options parser |
source code
|
|
|
|
|
pretty_print_config_comment(self,
comment)
Quick and dirty pretty printer for comments that happen to be longer than can comfortably
be seen on the display. |
source code
|
|
|
|
|
|
|
generate_xml_configs(self,
parser,
options)
Create an XML file that can be used to create Docbook files as
well as used as the basis for GUI-based daemon option
configuration. |
source code
|
|
|
parseOptions(self)
Uses the optparse parse previously populated and performs common
options. |
source code
|
|