libzypp 17.36.1
|
#include <zypp/ng/workflows/contextfacade.h>
Public Types | |
using | ProvideType = MediaSyncFacade |
Public Member Functions | |
ZYPP_DECL_PRIVATE_CONSTR (SyncContext) | |
MediaSyncFacadeRef | provider () const |
KeyRingRef | keyRing () const |
zypp::ZConfig & | config () |
zypp::ResPool | pool () |
zypp::ResPoolProxy | poolProxy () |
zypp::sat::Pool | satPool () |
Static Public Member Functions | |
static SyncContextRef | defaultContext () |
Private Attributes | |
MediaSyncFacadeRef | _media |
Definition at line 27 of file contextfacade.h.
Definition at line 34 of file contextfacade.h.
zyppng::SyncContext::ZYPP_DECL_PRIVATE_CONSTR | ( | SyncContext | ) |
|
static |
Returns the default sync zypp context. This is only a workaround to support the Legacy APIs. For new style APIs the Context should always explicitely be passed down. So use it only in top level external classes where we can not touch the API.
Definition at line 26 of file contextfacade.cc.
MediaSyncFacadeRef zyppng::SyncContext::provider | ( | ) | const |
Definition at line 32 of file contextfacade.cc.
KeyRingRef zyppng::SyncContext::keyRing | ( | ) | const |
Definition at line 37 of file contextfacade.cc.
zypp::ZConfig & zyppng::SyncContext::config | ( | ) |
Definition at line 42 of file contextfacade.cc.
zypp::ResPool zyppng::SyncContext::pool | ( | ) |
Definition at line 47 of file contextfacade.cc.
zypp::ResPoolProxy zyppng::SyncContext::poolProxy | ( | ) |
Definition at line 52 of file contextfacade.cc.
zypp::sat::Pool zyppng::SyncContext::satPool | ( | ) |
Definition at line 57 of file contextfacade.cc.
|
private |
Definition at line 47 of file contextfacade.h.