| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module Config :: Class UserConfig |
|
UserConfig| Method Summary | |
|---|---|
__init__(self)
| |
__str__(self)
| |
_repr_(self)
| |
GetBaseDir(self)
| |
GetConfigDir(self)
| |
GetLogDir(self)
| |
GetNodeServicesDir(self)
| |
GetProfile(self)
| |
GetServicesDir(self)
| |
GetSharedAppDir(self)
| |
GetTempDir(self)
| |
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 |
| a Client Profile | profile: the user profile |
| string | servicesDir: the directory for system installed services |
| string | tempDir: a temporary directory for files for this user |
| Method Details |
|---|
_CopyDir(self, oldDir, newDir)if newDir does not exist, move oldDir to newDir. |
_CopyFile(self, oldFile, newFile)If newFile does not exist, move oldFile to newFile. |
_Migrate(self)Make sure old info gets moved to new location. |
| Instance Variable Details |
|---|
appDirThe directory for system installed shared applications
|
configDirThe directory for installation configuration.
|
nodeServicesDirthe directory for system installed node services
|
profilethe user profile
|
servicesDirthe directory for system installed services
|
tempDira temporary directory for files for this user
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:31 2005 | http://epydoc.sf.net |