Public Member Functions | |
__init__ (argc=None, argv=None) | |
ManagerConfig constructor. | |
__del__ () | |
ManagerConfig destructor. | |
init (argc, argv) | |
Initialization. | |
configure (prop) | |
Apply configuration results to Property. | |
parseArgs (argc, argv) | |
Parse command arguments. | |
findConfigFile () | |
Find configuration file. | |
setSystemInformation (prop) | |
Set system information. | |
fileExist (filename) | |
Check file existance. |
|
ManagerConfig destructor.
|
|
ManagerConfig constructor. The constructor that performs initialization at the same time with given arguments.
|
|
Apply configuration results to Property.
|
|
Check file existance.
|
|
Find configuration file.
|
|
Initialization. Initialize with command line options. The following command options are available.
-f file : Specify a configuration file. |
|
Parse command arguments.
-f file : Specify a configuration file. |
|
Set system information. Get the following system info and set them to Manager's properties. manager.os.name : OS name manager.os.release : OS release name maanger.os.version : OS version manager.os.arch : OS architecture manager.os.hostname: Hostname manager.pid : process ID |