libzypp 17.37.17
|
Download workflow namespace for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk and how to calculate the repo status. More...
Functions | |
AsyncOpRef< expected< zypp::RepoStatus > > | repoStatus (repo::AsyncDownloadContextRef dl, ProvideMediaHandle mediaHandle) |
expected< zypp::RepoStatus > | repoStatus (repo::SyncDownloadContextRef dl, SyncMediaHandle mediaHandle) |
AsyncOpRef< expected< repo::AsyncDownloadContextRef > > | download (repo::AsyncDownloadContextRef dl, ProvideMediaHandle mediaHandle, ProgressObserverRef progressObserver) |
expected< repo::SyncDownloadContextRef > | download (repo::SyncDownloadContextRef dl, SyncMediaHandle mediaHandle, ProgressObserverRef progressObserver) |
Download workflow namespace for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk and how to calculate the repo status.
AsyncOpRef< expected< zypp::RepoStatus > > zyppng::SuseTagsWorkflows::repoStatus | ( | repo::AsyncDownloadContextRef | dl, |
ProvideMediaHandle | mediaHandle ) |
Calculate status of the remote SUSETags repository
Definition at line 84 of file susetags.cc.
expected< zypp::RepoStatus > zyppng::SuseTagsWorkflows::repoStatus | ( | repo::SyncDownloadContextRef | dl, |
SyncMediaHandle | mediaHandle ) |
Definition at line 89 of file susetags.cc.
AsyncOpRef< expected< repo::AsyncDownloadContextRef > > zyppng::SuseTagsWorkflows::download | ( | repo::AsyncDownloadContextRef | dl, |
ProvideMediaHandle | mediaHandle, | ||
ProgressObserverRef | progressObserver = nullptr ) |
Download metadata to a local directory
Definition at line 330 of file susetags.cc.
expected< repo::SyncDownloadContextRef > zyppng::SuseTagsWorkflows::download | ( | repo::SyncDownloadContextRef | dl, |
SyncMediaHandle | mediaHandle, | ||
ProgressObserverRef | progressObserver ) |
Definition at line 335 of file susetags.cc.