48 using ContextType =
typename ZyppContextRefType::element_type;
94 const RepoManagerRef<ZyppContextRefType> &
repoManager()
const;
122 const std::optional<zypp::repo::RepoType> &
probedType()
const;
ZYPP_DECL_PRIVATE_CONSTR_ARGS(RefreshContext, ZyppContextRefType &&zyppContext, zypp::RepoInfo &&info, zypp::Pathname &&rawCachePath, zypp::filesystem::TmpDir &&tempDir, RepoManagerRef< ContextRefType > &&repoManager)
typename ZyppContextRefType::element_type ContextType
const zypp::RepoManagerOptions & repoManagerOptions() const
~RefreshContext() override
const RepoManagerRef< ZyppContextRefType > & repoManager() const
void setProbedType(zypp::repo::RepoType rType)
const std::optional< zypp::repo::RepoType > & probedType() const
zypp::Pathname targetDir() const
std::optional< PluginRepoverification > _pluginRepoverification
std::optional< zypp::repo::RepoType > _probedType
zypp::filesystem::TmpDir _tmpDir
RawMetadataRefreshPolicy policy() const
ZYPP_ENABLE_MAYBE_ASYNC_MIXIN((std::is_same_v< ZyppContextRefType, ContextRef >))
typename ContextType::ProvideType ProvideType
const std::optional< PluginRepoverification > & pluginRepoverification() const
static expected< repo::RefreshContextRef< ZyppContextRefType > > create(ZyppContextRefType zyppContext, zypp::RepoInfo info, RepoManagerRef< ContextRefType > repoManager)
ZYPP_ADD_PRIVATE_CONSTR_HELPER()
void setPluginRepoverification(std::optional< PluginRepoverification > pluginRepoverification_r)
void setPolicy(RawMetadataRefreshPolicy newPolicy)
const ZyppContextRefType & zyppContext() const
repo::RawMetadataRefreshPolicy _policy
ZyppContextRefType _zyppContext
const zypp::RepoInfo & repoInfo() const
RepoManagerRef< ContextRefType > _repoManager
const zypp::Pathname & rawCachePath() const
Signal< void(zypp::repo::RepoType)> _sigProbedTypeChanged
void setNoPluginRepoverification()
zypp::Pathname _rawCachePath
SignalProxy< void(zypp::repo::RepoType)> sigProbedTypeChanged()
typename ProvideType::MediaHandle MediaHandle
ZyppContextRefType ContextRefType