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

Class AGTkConfig

Known Subclasses:
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)
  __str__(self)
  _repr_(self)
  GetConfigDir(self)
  GetDocDir(self)
  GetInstallDir(self)
  GetLogDir(self)
  GetNodeServicesDir(self)
  GetServicesDir(self)
  GetSharedAppDir(self)
  GetVersion(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 service packages for all users of this installation.
string version: The version of this installation.

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 service packages for all users of this installation.
Type:
string

version

The version of this installation.
Type:
string

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