RepoInfo implementation.
More...
RepoInfo implementation.
Definition at line 44 of file RepoInfo.cc.
◆ Impl()
| zypp::RepoInfo::Impl::Impl |
( |
| ) |
|
|
inline |
◆ ~Impl()
| zypp::RepoInfo::Impl::~Impl |
( |
| ) |
|
|
inline |
◆ setProbedType()
| void zypp::RepoInfo::Impl::setProbedType |
( |
const repo::RepoType & |
t | ) |
const |
|
inline |
◆ licenseTgz()
| Pathname zypp::RepoInfo::Impl::licenseTgz |
( |
| ) |
const |
|
inline |
Path to a license tarball in case it exists in the repo.
Definition at line 76 of file RepoInfo.cc.
◆ baseUrls() [1/2]
◆ baseUrls() [2/2]
◆ baseurl2dump()
| bool zypp::RepoInfo::Impl::baseurl2dump |
( |
| ) |
const |
|
inline |
◆ gpgKeyUrls() [1/2]
◆ gpgKeyUrls() [2/2]
◆ contentKeywords()
| const std::set<std::string>& zypp::RepoInfo::Impl::contentKeywords |
( |
| ) |
const |
|
inline |
◆ addContent()
| void zypp::RepoInfo::Impl::addContent |
( |
const std::string & |
keyword_r | ) |
|
|
inline |
◆ hasContent() [1/2]
| bool zypp::RepoInfo::Impl::hasContent |
( |
| ) |
const |
|
inline |
◆ hasContent() [2/2]
| bool zypp::RepoInfo::Impl::hasContent |
( |
const std::string & |
keyword_r | ) |
const |
|
inline |
◆ internalValidRepoSignature()
| TriBool zypp::RepoInfo::Impl::internalValidRepoSignature |
( |
| ) |
const |
|
inline |
Signature check result needs to be stored/retrieved from _metadatapath.
Don't call them from outside validRepoSignature/setValidRepoSignature
Definition at line 177 of file RepoInfo.cc.
◆ internalSetValidRepoSignature()
| void zypp::RepoInfo::Impl::internalSetValidRepoSignature |
( |
TriBool |
value_r | ) |
|
|
inline |
◆ triBoolFromPath() [1/2]
| bool zypp::RepoInfo::Impl::triBoolFromPath |
( |
const Pathname & |
path_r, |
|
|
TriBool & |
ret_r |
|
) |
| const |
|
inline |
◆ triBoolFromPath() [2/2]
| TriBool zypp::RepoInfo::Impl::triBoolFromPath |
( |
const Pathname & |
path_r | ) |
const |
|
inline |
◆ clone()
| Impl* zypp::RepoInfo::Impl::clone |
( |
| ) |
const |
|
inlineprivate |
◆ rwcowClone
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const RepoInfo::Impl & |
obj |
|
) |
| |
|
related |
◆ defaultPriority
| const unsigned zypp::RepoInfo::Impl::defaultPriority = 99 |
|
static |
◆ noPriority
| const unsigned zypp::RepoInfo::Impl::noPriority = unsigned(-1) |
|
static |
◆ _gpgCheck
| TriBool zypp::RepoInfo::Impl::_gpgCheck |
default gpgcheck behavior: Y/N/ZConf
Definition at line 232 of file RepoInfo.cc.
◆ _repoGpgCheck
| TriBool zypp::RepoInfo::Impl::_repoGpgCheck |
need to check repo sign.: Y/N/(ZConf(Y/N/gpgCheck))
Definition at line 233 of file RepoInfo.cc.
◆ _pkgGpgCheck
| TriBool zypp::RepoInfo::Impl::_pkgGpgCheck |
need to check pkg sign.: Y/N/(ZConf(Y/N/gpgCheck && no valid repo sign.))
Definition at line 234 of file RepoInfo.cc.
◆ _validRepoSignature
| TriBool zypp::RepoInfo::Impl::_validRepoSignature |
|
private |
have signed and valid repo metadata
Definition at line 236 of file RepoInfo.cc.
◆ keeppackages
| TriBool zypp::RepoInfo::Impl::keeppackages |
◆ _mirrorListUrl
◆ _mirrorListForceMetalink
| bool zypp::RepoInfo::Impl::_mirrorListForceMetalink |
◆ type
◆ path
◆ service
| std::string zypp::RepoInfo::Impl::service |
◆ targetDistro
| std::string zypp::RepoInfo::Impl::targetDistro |
◆ metadatapath
| Pathname zypp::RepoInfo::Impl::metadatapath |
◆ packagespath
| Pathname zypp::RepoInfo::Impl::packagespath |
◆ priority
◆ emptybaseurls
| bool zypp::RepoInfo::Impl::emptybaseurls |
|
mutable |
◆ replacer
◆ _baseUrls
◆ _keywords
| std::pair<FalseBool, std::set<std::string> > zypp::RepoInfo::Impl::_keywords |
|
mutableprivate |
◆ _gpgKeyUrls
The documentation for this struct was generated from the following file: