libzypp 17.31.23
|
Retrieval of repository list for a service. More...
#include <repo/ServiceRepos.h>
Classes | |
struct | Impl |
Public Types | |
typedef function< bool(const RepoInfo &)> | ProcessRepo |
Return false from the callback to get a AbortRequestException to be thrown and the processing to be canceled. | |
Public Member Functions | |
ServiceRepos (const Pathname &root_r, const ServiceInfo &service, const ProcessRepo &callback, const ProgressData::ReceiverFnc &progress=ProgressData::ReceiverFnc()) | |
bsc#1080693: Explicitly pass the RemoManagers rootDir until it can be queried from the ServiceInfo. | |
~ServiceRepos () | |
Private Attributes | |
RW_pointer< Impl > | _impl |
Expose type only. | |
Retrieval of repository list for a service.
Definition at line 25 of file ServiceRepos.h.
typedef function< bool( const RepoInfo & )> zypp::repo::ServiceRepos::ProcessRepo |
Return false from the callback to get a AbortRequestException to be thrown and the processing to be canceled.
Definition at line 32 of file ServiceRepos.h.
zypp::repo::ServiceRepos::ServiceRepos | ( | const Pathname & | root_r, |
const ServiceInfo & | service, | ||
const ProcessRepo & | callback, | ||
const ProgressData::ReceiverFnc & | progress = ProgressData::ReceiverFnc() |
||
) |
bsc#1080693: Explicitly pass the RemoManagers rootDir until it can be queried from the ServiceInfo.
Required to execute plugin services chrooted.
Definition at line 96 of file ServiceRepos.cc.
zypp::repo::ServiceRepos::~ServiceRepos | ( | ) |
Definition at line 105 of file ServiceRepos.cc.
|
private |
Expose type only.
Definition at line 47 of file ServiceRepos.h.