A | |
| add [Config_file.group] |
Adds a cp to the group.
|
| add_hook [Config_file.cp] |
All the hooks are executed each time the method set is called,
just after setting the new value.
|
C | |
| command_line_args [Config_file.group] |
Interface with module Arg.
|
G | |
| get [Config_file.cp] | |
| get_default [Config_file.cp] | |
| get_default_formatted [Config_file.cp] | |
| get_formatted [Config_file.cp] | |
| get_help [Config_file.cp] | |
| get_help_formatted [Config_file.cp] | |
| get_name [Config_file.cp] | |
| get_short_name [Config_file.cp] | None if no optional short_name was provided during object creation
and set_short_name was never called.
|
| get_spec [Config_file.cp] | |
R | |
| read [Config_file.group] | read filename reads filename
and stores the values it specifies into the cps belonging to this group.
|
| read_string [Config_file.group] | read_string string reads the content of string
and stores the values it specifies into the cps belonging to this group.
|
| reset [Config_file.cp] |
Resets to the default value.
|
S | |
| set [Config_file.cp] | |
| set_raw [Config_file.cp] | |
| set_short_name [Config_file.cp] |
Used to generate command line arguments in
Config_file.group.command_line_args
|
W | |
| write [Config_file.group] | write filename saves all the cps into the configuration file filename.
|