|
libzypp
17.32.2
|
#include <ng/repo/downloader.h>

Public Types | |
| using | PluginRepoverification = zypp_private::repo::PluginRepoverification |
| using | ContextType = typename ContextRefType::element_type |
| using | ProvideType = typename ContextType::ProvideType |
| using | MediaHandle = typename ProvideType::MediaHandle |
Public Types inherited from zyppng::CacheProviderContext< ContextRefType > | |
| using | ContextRefType = ContextRefType |
| using | ContextType = typename ContextRefType ::element_type |
| using | ProvideType = typename ContextType::ProvideType |
| using | MediaHandle = typename ProvideType::MediaHandle |
Public Member Functions | |
| DownloadContext (ContextRefType zyppContext, const zypp::RepoInfo &info, const zypp::Pathname &destDir) | |
| const zypp::RepoInfo & | repoInfo () const |
| const zypp::Pathname & | deltaDir () const |
| zypp::RepoInfo & | repoInfo () |
| std::vector< zypp::ManagedFile > & | files () |
| const std::optional< PluginRepoverification > & | pluginRepoverification () const |
| void | setPluginRepoverification (std::optional< PluginRepoverification > pluginRepoverification_r) |
| void | setNoPluginRepoverification () |
| void | setDeltaDir (const zypp::Pathname &newDeltaDir) |
Public Member Functions inherited from zyppng::CacheProviderContext< ContextRefType > | |
| ZYPP_DECL_PRIVATE_CONSTR_ARGS (CacheProviderContext, ContextRefType zyppContext, zypp::Pathname destDir) | |
| const ContextRefType & | zyppContext () const |
| const zypp::Pathname & | destDir () const |
| void | addCacheDir (const zypp::Pathname &p) |
| const std::vector< zypp::Pathname > & | cacheDirs () const |
Private Attributes | |
| zypp::RepoInfo | _repoinfo |
| zypp::Pathname | _deltaDir |
| std::vector< zypp::ManagedFile > | _files |
| Files downloaded. More... | |
| std::optional< PluginRepoverification > | _pluginRepoverification |
Additional Inherited Members | |
Protected Member Functions inherited from zyppng::CacheProviderContext< ContextRefType > | |
| ZYPP_ADD_PRIVATE_CONSTR_HELPER () | |
Protected Attributes inherited from zyppng::CacheProviderContext< ContextRefType > | |
| ContextRefType | _zyppContext |
| zypp::Pathname | _destDir |
| std::vector< zypp::Pathname > | _cacheDirs |
Definition at line 35 of file downloader.h.
| using zyppng::repo::DownloadContext< ContextRefType >::PluginRepoverification = zypp_private::repo::PluginRepoverification |
Definition at line 39 of file downloader.h.
| using zyppng::repo::DownloadContext< ContextRefType >::ContextType = typename ContextRefType::element_type |
Definition at line 40 of file downloader.h.
| using zyppng::repo::DownloadContext< ContextRefType >::ProvideType = typename ContextType::ProvideType |
Definition at line 41 of file downloader.h.
| using zyppng::repo::DownloadContext< ContextRefType >::MediaHandle = typename ProvideType::MediaHandle |
Definition at line 42 of file downloader.h.
| zyppng::repo::DownloadContext< ContextRefType >::DownloadContext | ( | ContextRefType | zyppContext, |
| const zypp::RepoInfo & | info, | ||
| const zypp::Pathname & | destDir | ||
| ) |
Definition at line 31 of file downloader.cc.
| const zypp::RepoInfo & zyppng::repo::DownloadContext< ContextRefType >::repoInfo | ( | ) | const |
Definition at line 37 of file downloader.cc.
| const zypp::filesystem::Pathname & zyppng::repo::DownloadContext< ContextRefType >::deltaDir | ( | ) | const |
Definition at line 40 of file downloader.cc.
| zypp::RepoInfo & zyppng::repo::DownloadContext< ContextRefType >::repoInfo | ( | ) |
Definition at line 43 of file downloader.cc.
| std::vector< zypp::ManagedFile > & zyppng::repo::DownloadContext< ContextRefType >::files | ( | ) |
Definition at line 46 of file downloader.cc.
| const std::optional< typename DownloadContext< ContextRefType >::PluginRepoverification > & zyppng::repo::DownloadContext< ContextRefType >::pluginRepoverification | ( | ) | const |
Definition at line 49 of file downloader.cc.
|
inline |
Definition at line 54 of file downloader.h.
|
inline |
Definition at line 57 of file downloader.h.
| void zyppng::repo::DownloadContext< ContextRefType >::setDeltaDir | ( | const zypp::Pathname & | newDeltaDir | ) |
Definition at line 53 of file downloader.cc.
|
private |
Definition at line 63 of file downloader.h.
|
private |
Definition at line 64 of file downloader.h.
|
private |
Files downloaded.
Definition at line 65 of file downloader.h.
|
private |
Definition at line 66 of file downloader.h.