| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Package Platform :: Package win32 :: Module Config :: Class UserConfig |
|
UserConfig --+
|
UserConfig
| Method Summary | |
|---|---|
__init__(self,
initIfNeeded)
| |
GetBaseDir(self)
| |
GetConfigDir(self)
| |
GetLogDir(self)
| |
GetNodeServicesDir(self)
| |
GetProfile(self)
| |
GetServicesDir(self)
| |
GetSharedAppDir(self)
| |
GetTempDir(self)
| |
instance(initIfNeeded)
(Static method) | |
_Initialize(self)
| |
| Inherited from UserConfig | |
| |
| |
if newDir does not exist, move oldDir to newDir. | |
If newFile does not exist, move oldFile to newFile. | |
Make sure old info gets moved to new location. | |
| Instance Variable Summary | |
|---|---|
| string | appDir: The directory for system installed shared applications |
| string | configDir: The directory for installation configuration. |
| string | nodeServicesDir: the directory for system installed node services |
| the filename of the client profile | profileFilename: the user profile |
| string | servicesDir: the directory for system installed services |
| string | tempDir: a temporary directory for files for this user |
| Inherited from UserConfig | |
| a Client Profile | profile: the user profile |
| Class Variable Summary | |
|---|---|
UserConfig |
theUserConfigInstance = <AccessGrid.Platform.win32.Confi...
|
| Instance Variable Details |
|---|
appDirThe directory for system installed shared applications
|
configDirThe directory for installation configuration.
|
nodeServicesDirthe directory for system installed node services
|
profileFilenamethe user profile
|
servicesDirthe directory for system installed services
|
tempDira temporary directory for files for this user
|
| Class Variable Details |
|---|
theUserConfigInstance
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:31 2005 | http://epydoc.sf.net |