Package AccessGrid :: Package Platform :: Package win32 :: Module Config :: Class AGTkConfig
[show private | hide private]
[frames | no frames]

Class AGTkConfig

AGTkConfig --+
             |
            AGTkConfig


This class encapsulates a system configuration for the Access Grid Toolkit. This object provides primarily read-only access to configuration data that is created when the toolkit is installed.
Method Summary
  __init__(self, initIfNeeded)
  GetBaseDir(self)
  GetBinDir(self)
  GetConfigDir(self)
  GetDocDir(self)
  GetInstallDir(self)
  GetLogDir(self)
  GetNodeServicesDir(self)
  GetServicesDir(self)
  GetSharedAppDir(self)
  GetVersion(self)
  instance(initIfNeeded)
(Static method)
  _Initialize(self)
    Inherited from AGTkConfig
  __str__(self)
  _repr_(self)

Instance Variable Summary
string appDir: The directory for system installed shared applications
string configDir: The directory for installation configuration.
string docDir: The directory for documentation for the toolkit.
string installDir: The directory this toolkit is installed in.
string nodeServicesDir: the directory for system installed node services
string servicesDir: the directory for system installed services
string version: The version of this installation.

Class Variable Summary
str AGTkRegBaseKey = 'SOFTWARE\\Access Grid Toolkit\\2.3'
AGTkConfig theAGTkConfigInstance = <AccessGrid.Platform.win32.Confi...

Instance Variable Details

appDir

The directory for system installed shared applications
Type:
string

configDir

The directory for installation configuration.
Type:
string

docDir

The directory for documentation for the toolkit.
Type:
string

installDir

The directory this toolkit is installed in.
Type:
string

nodeServicesDir

the directory for system installed node services
Type:
string

servicesDir

the directory for system installed services
Type:
string

version

The version of this installation.
Type:
string

Class Variable Details

AGTkRegBaseKey

Type:
str
Value:
'SOFTWARE\\Access Grid Toolkit\\2.3'                                   

theAGTkConfigInstance

Type:
AGTkConfig
Value:
<AccessGrid.Platform.win32.Config.AGTkConfig instance at 0x01E25558>   

Generated by Epydoc 2.1 on Thu Apr 14 16:39:29 2005 http://epydoc.sf.net