#include <installmgr.h>

Public Member Functions | |
| void | flush () |
| SWBuf | getConfEnt () |
| SWMgr * | getMgr () |
| InstallSource (const char *type, const char *confEnt=0) | |
| virtual | ~InstallSource () |
Public Attributes | |
| SWBuf | caption |
| SWBuf | directory |
| SWBuf | localShadow |
| SWBuf | p |
| SWBuf | source |
| SWBuf | type |
| SWBuf | u |
| SWBuf | uid |
| void * | userData |
Private Attributes | |
| SWMgr * | mgr |
A remote installation source configuration
Definition at line 19 of file installmgr.h.
| InstallSource::InstallSource | ( | const char * | type, | |
| const char * | confEnt = 0 | |||
| ) |
Definition at line 713 of file installmgr.cpp.
00713 { 00714 this->type = type; 00715 mgr = 0; 00716 userData = 0; 00717 if (confEnt) { 00718 SWBuf buf = confEnt; 00719 caption = buf.stripPrefix('|', true); 00720 source = buf.stripPrefix('|', true); 00721 directory = buf.stripPrefix('|', true); 00722 u = buf.stripPrefix('|', true); 00723 p = buf.stripPrefix('|', true); 00724 uid = buf.stripPrefix('|', true); 00725 00726 if (!uid.length()) uid = source; 00727 00728 removeTrailingSlash(directory); 00729 } 00730 }
| InstallSource::~InstallSource | ( | ) | [virtual] |
Definition at line 733 of file installmgr.cpp.
| void InstallSource::flush | ( | ) |
Definition at line 739 of file installmgr.cpp.
| SWBuf InstallSource::getConfEnt | ( | ) | [inline] |
| SWMgr * InstallSource::getMgr | ( | ) |
Definition at line 747 of file installmgr.cpp.
Definition at line 27 of file installmgr.h.
Definition at line 29 of file installmgr.h.
Definition at line 35 of file installmgr.h.
SWMgr* InstallSource::mgr [private] |
Definition at line 20 of file installmgr.h.
Definition at line 31 of file installmgr.h.
Definition at line 28 of file installmgr.h.
Definition at line 34 of file installmgr.h.
Definition at line 30 of file installmgr.h.
Definition at line 32 of file installmgr.h.
| void* InstallSource::userData |
Definition at line 36 of file installmgr.h.
1.6.1