|
libzypp
14.29.1
|
What is known about a repository. More...
#include <RepoInfo.h>

Classes | |
| struct | Impl |
| RepoInfo implementation. More... | |
Public Types | |
| typedef std::set< Url > | url_set |
| typedef url_set::size_type | urls_size_type |
| typedef transform_iterator < repo::RepoVariablesUrlReplacer, url_set::const_iterator > | urls_const_iterator |
Public Member Functions | |
| RepoInfo () | |
| virtual | ~RepoInfo () |
| unsigned | priority () const |
| Repository priority for solver. More... | |
| void | setPriority (unsigned newval_r) |
| Set repository priority for solver. More... | |
| bool | baseUrlsEmpty () const |
| whether repository urls are available More... | |
| bool | baseUrlSet () const |
| whether there are manualy configured repository urls More... | |
| urls_size_type | baseUrlsSize () const |
| number of repository urls More... | |
| urls_const_iterator | baseUrlsBegin () const |
| iterator that points at begin of repository urls More... | |
| urls_const_iterator | baseUrlsEnd () const |
| iterator that points at end of repository urls More... | |
| Url | url () const |
| Pars pro toto: The first repository url. More... | |
| std::set< Url > | baseUrls () const |
| A Url under which the metadata are located, or a set of mirrors. More... | |
| void | addBaseUrl (const Url &url) |
| Add a base url. More... | |
| void | setBaseUrl (const Url &url) |
| Clears current base URL list and adds url. More... | |
| Pathname | path () const |
| Repository path. More... | |
| void | setPath (const Pathname &path) |
| set the product path. More... | |
| Url | mirrorListUrl () const |
| Url of a file which contains a list of Urls If empty, the base url will be used. More... | |
| void | setMirrorListUrl (const Url &url) |
| Set mirror list url. More... | |
| repo::RepoType | type () const |
| Type of repository,. More... | |
| void | setProbedType (const repo::RepoType &t) const |
This allows to adjust the RepoType lazy, from NONE to some probed value, even for const objects. More... | |
| void | setType (const repo::RepoType &t) |
| set the repository type More... | |
| Pathname | metadataPath () const |
| Path where this repo metadata was read from. More... | |
| void | setMetadataPath (const Pathname &path) |
| set the path where the local metadata is stored More... | |
| Pathname | packagesPath () const |
| Path where this repo packages are cached. More... | |
| void | setPackagesPath (const Pathname &path) |
| set the path where the local packages are stored More... | |
| bool | gpgCheck () const |
| Whether to check or not this repository with gpg. More... | |
| void | setGpgCheck (bool check) |
| Whether to check or not this repository with gpg. More... | |
| Url | gpgKeyUrl () const |
| Key to use for gpg checking of this repository. More... | |
| void | setGpgKeyUrl (const Url &gpgkey) |
| Key to use for gpg checking of this repository. More... | |
| bool | keepPackages () const |
| Whether packages downloaded from this repository will be kept in local cache. More... | |
| void | setKeepPackages (bool keep) |
| Set if packaqes downloaded from this repository will be kept in local cache. More... | |
| std::string | service () const |
| Gets name of the service to which this repository belongs or empty string if it has been added manually. More... | |
| void | setService (const std::string &name) |
| sets service which added this repository More... | |
| std::string | targetDistribution () const |
| Distribution for which is this repository meant. More... | |
| void | setTargetDistribution (const std::string &targetDistribution) |
| Sets the distribution for which is this repository meant. More... | |
| void | addContent (const std::string &keyword_r) |
| Add content keywords. More... | |
| template<class _Iterator > | |
| void | addContentFrom (_Iterator begin_r, _Iterator end_r) |
| template<class _Container > | |
| void | addContentFrom (const _Container &container_r) |
| bool | hasContent (const std::string &keyword_r=std::string()) const |
| Check for content keywords. More... | |
| template<class _Iterator > | |
| bool | hasContentAll (_Iterator begin_r, _Iterator end_r) const |
| template<class _Container > | |
| bool | hasContentAll (const _Container &container_r) const |
| template<class _Iterator > | |
| bool | hasContentAny (_Iterator begin_r, _Iterator end_r) const |
| template<class _Container > | |
| bool | hasContentAny (const _Container &container_r) const |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Write a human-readable representation of this RepoInfo object into the str stream. More... | |
| virtual std::ostream & | dumpAsIniOn (std::ostream &str) const |
| Write this RepoInfo object into str in a .repo file format. More... | |
| virtual std::ostream & | dumpAsXmlOn (std::ostream &str, const std::string &content="") const |
| Write an XML representation of this RepoInfo object. More... | |
| ZYPP_DEPRECATED std::ostream & | dumpAsXMLOn (std::ostream &str, const std::string &content="") const |
Repository license | |
| bool | hasLicense () const |
| Whether there is a license associated with the repo. More... | |
| bool | needToAcceptLicense () const |
| Whether the repo license has to be accepted, e.g. More... | |
| std::string | getLicense (const Locale &lang_r=Locale()) |
| Return the best license for the current (or a specified) locale. More... | |
| LocaleSet | getLicenseLocales () const |
| Return the locales the license is available for. More... | |
Public Member Functions inherited from zypp::repo::RepoInfoBase | |
| RepoInfoBase () | |
| RepoInfoBase (const std::string &alias) | |
| virtual | ~RepoInfoBase () |
| std::string | alias () const |
| unique identifier for this source. More... | |
| std::string | escaped_alias () const |
| Same as alias(), just escaped in a way to be a valid file name. More... | |
| std::string | name () const |
| Repository short label. More... | |
| std::string | label () const |
| Label for use in messages for the user interface. More... | |
| std::string | asUserString () const |
| User string: label (alias or name) More... | |
| bool | enabled () const |
| If enabled is false, then this repository must be ignored as if does not exists, except when checking for duplicate alias. More... | |
| bool | autorefresh () const |
| If true, the repostory must be refreshed before creating resolvables from it. More... | |
| Pathname | filepath () const |
| File where this repo was read from. More... | |
| void | setAlias (const std::string &alias) |
| set the repository alias More... | |
| void | setName (const std::string &name) |
| set the repository name More... | |
| void | setEnabled (bool enabled) |
| enable or disable the repository More... | |
| void | setAutorefresh (bool autorefresh) |
| enable or disable autorefresh More... | |
| void | setFilepath (const Pathname &filename) |
| set the path to the .repo file More... | |
| ZYPP_DEPRECATED std::ostream & | dumpAsXMLOn (std::ostream &str, const std::string &content="") const |
Static Public Member Functions | |
| static unsigned | defaultPriority () |
The default priority (99). More... | |
Static Public Attributes | |
| static const RepoInfo | noRepo |
| Represents no Repository (one with an empty alias). More... | |
Private Attributes | |
| RWCOW_pointer< Impl > | _pimpl |
| Pointer to implementation. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const RepoInfo &obj) |
Related Functions | |
(Note that these are not member functions.) | |
| typedef shared_ptr< RepoInfo > | RepoInfo_Ptr |
| typedef shared_ptr< const RepoInfo > | RepoInfo_constPtr |
| typedef std::list< RepoInfo > | RepoInfoList |
| std::ostream & | operator<< (std::ostream &str, const RepoInfo &obj) |
Related Functions inherited from zypp::repo::RepoInfoBase | |
| typedef shared_ptr< RepoInfoBase > | RepoInfoBase_Ptr |
| typedef shared_ptr< const RepoInfoBase > | RepoInfoBase_constPtr |
| bool | operator== (const RepoInfoBase &lhs, const RepoInfoBase &rhs) |
| bool | operator!= (const RepoInfoBase &lhs, const RepoInfoBase &rhs) |
| std::ostream & | operator<< (std::ostream &str, const RepoInfoBase &obj) |
What is known about a repository.
The class RepoInfo represents everything that is known about a software repository.
It can be used to store information about known sources.
This class tries to be compatible with the concept of a .repo file used by YUM and also available in the openSUSE build service. See man yum.conf.
Example file
Definition at line 66 of file RepoInfo.h.
| typedef std::set<Url> zypp::RepoInfo::url_set |
Definition at line 94 of file RepoInfo.h.
| typedef url_set::size_type zypp::RepoInfo::urls_size_type |
Definition at line 95 of file RepoInfo.h.
| typedef transform_iterator<repo::RepoVariablesUrlReplacer, url_set::const_iterator> zypp::RepoInfo::urls_const_iterator |
Definition at line 96 of file RepoInfo.h.
| zypp::RepoInfo::RepoInfo | ( | ) |
Definition at line 199 of file RepoInfo.cc.
|
virtual |
Definition at line 208 of file RepoInfo.cc.
|
static |
The default priority (99).
Definition at line 216 of file RepoInfo.cc.
| unsigned zypp::RepoInfo::priority | ( | ) | const |
Repository priority for solver.
Some number between 1 (highest priority) and 99 (defaultPriority).
Definition at line 213 of file RepoInfo.cc.
| void zypp::RepoInfo::setPriority | ( | unsigned | newval_r | ) |
Set repository priority for solver.
A newval_r of 0 sets the default priority.
Definition at line 219 of file RepoInfo.cc.
| bool zypp::RepoInfo::baseUrlsEmpty | ( | ) | const |
whether repository urls are available
Definition at line 324 of file RepoInfo.cc.
| bool zypp::RepoInfo::baseUrlSet | ( | ) | const |
whether there are manualy configured repository urls
Definition at line 327 of file RepoInfo.cc.
| RepoInfo::urls_size_type zypp::RepoInfo::baseUrlsSize | ( | ) | const |
number of repository urls
Definition at line 321 of file RepoInfo.cc.
| RepoInfo::urls_const_iterator zypp::RepoInfo::baseUrlsBegin | ( | ) | const |
iterator that points at begin of repository urls
Definition at line 307 of file RepoInfo.cc.
| RepoInfo::urls_const_iterator zypp::RepoInfo::baseUrlsEnd | ( | ) | const |
iterator that points at end of repository urls
Definition at line 314 of file RepoInfo.cc.
|
inline |
Pars pro toto: The first repository url.
Definition at line 120 of file RepoInfo.h.
| std::set< Url > zypp::RepoInfo::baseUrls | ( | ) | const |
A Url under which the metadata are located, or a set of mirrors.
This can't be empty in order the repository to be valid unless the download of the mirror list succeeds and it contains a valid url.
Definition at line 286 of file RepoInfo.cc.
| void zypp::RepoInfo::addBaseUrl | ( | const Url & | url | ) |
Add a base url.
| url | The base url for the repository. |
To recreate the base URLs list, use setBaseUrl(const Url &) followed by addBaseUrl().
Definition at line 231 of file RepoInfo.cc.
| void zypp::RepoInfo::setBaseUrl | ( | const Url & | url | ) |
Clears current base URL list and adds url.
Definition at line 234 of file RepoInfo.cc.
| Pathname zypp::RepoInfo::path | ( | ) | const |
Repository path.
Pathname relative to the base Url where the product/repository is located
For media containing more than one product, or repositories not located at the root of the media it is important to know the path to the product directory relative to the media root. So a media verifier can be set for that media. You may also read it as baseUrl = url to mount and path = path on the mounted media.
It is not mandatory, and the default is /.
Definition at line 298 of file RepoInfo.cc.
| void zypp::RepoInfo::setPath | ( | const Pathname & | path | ) |
set the product path.
| path | the path to the product |
Definition at line 240 of file RepoInfo.cc.
| Url zypp::RepoInfo::mirrorListUrl | ( | ) | const |
Url of a file which contains a list of Urls If empty, the base url will be used.
Definition at line 280 of file RepoInfo.cc.
| void zypp::RepoInfo::setMirrorListUrl | ( | const Url & | url | ) |
Set mirror list url.
| url | The base url for the list |
Definition at line 225 of file RepoInfo.cc.
| repo::RepoType zypp::RepoInfo::type | ( | ) | const |
Type of repository,.
Definition at line 277 of file RepoInfo.cc.
| void zypp::RepoInfo::setProbedType | ( | const repo::RepoType & | t | ) | const |
This allows to adjust the RepoType lazy, from NONE to some probed value, even for const objects.
This is a NOOP if the current type is not NONE.
Definition at line 246 of file RepoInfo.cc.
| void zypp::RepoInfo::setType | ( | const repo::RepoType & | t | ) |
| Pathname zypp::RepoInfo::metadataPath | ( | ) | const |
Path where this repo metadata was read from.
Definition at line 271 of file RepoInfo.cc.
| void zypp::RepoInfo::setMetadataPath | ( | const Pathname & | path | ) |
set the path where the local metadata is stored
The path to the metadata of this repository was defined, or empty if nowhere.
| path | directory path |
Definition at line 250 of file RepoInfo.cc.
| Pathname zypp::RepoInfo::packagesPath | ( | ) | const |
Path where this repo packages are cached.
Definition at line 274 of file RepoInfo.cc.
| void zypp::RepoInfo::setPackagesPath | ( | const Pathname & | path | ) |
set the path where the local packages are stored
| path | directory path |
Definition at line 253 of file RepoInfo.cc.
| bool zypp::RepoInfo::gpgCheck | ( | ) | const |
Whether to check or not this repository with gpg.
Definition at line 265 of file RepoInfo.cc.
| void zypp::RepoInfo::setGpgCheck | ( | bool | check | ) |
Whether to check or not this repository with gpg.
| check | true (check) or false (dont'check) |
Definition at line 222 of file RepoInfo.cc.
| Url zypp::RepoInfo::gpgKeyUrl | ( | ) | const |
Key to use for gpg checking of this repository.
| url | Url to the key in ASCII armored format |
Definition at line 283 of file RepoInfo.cc.
| void zypp::RepoInfo::setGpgKeyUrl | ( | const Url & | gpgkey | ) |
Key to use for gpg checking of this repository.
| url | Url to the key in ASCII armored format |
Definition at line 228 of file RepoInfo.cc.
| bool zypp::RepoInfo::keepPackages | ( | ) | const |
Whether packages downloaded from this repository will be kept in local cache.
Definition at line 268 of file RepoInfo.cc.
| void zypp::RepoInfo::setKeepPackages | ( | bool | keep | ) |
Set if packaqes downloaded from this repository will be kept in local cache.
If the setting is true, all downloaded packages from this repository will be copied to the local raw cache.
| keep | true (keep the downloaded packages) or false (delete them after installation) |
Definition at line 256 of file RepoInfo.cc.
| std::string zypp::RepoInfo::service | ( | ) | const |
Gets name of the service to which this repository belongs or empty string if it has been added manually.
Definition at line 301 of file RepoInfo.cc.
| void zypp::RepoInfo::setService | ( | const std::string & | name | ) |
sets service which added this repository
Definition at line 259 of file RepoInfo.cc.
| std::string zypp::RepoInfo::targetDistribution | ( | ) | const |
Distribution for which is this repository meant.
Definition at line 304 of file RepoInfo.cc.
| void zypp::RepoInfo::setTargetDistribution | ( | const std::string & | targetDistribution | ) |
Sets the distribution for which is this repository meant.
This is an in-memory value only, does not get written to the .repo file upon saving.
Definition at line 262 of file RepoInfo.cc.
| void zypp::RepoInfo::addContent | ( | const std::string & | keyword_r | ) |
Add content keywords.
Definition at line 331 of file RepoInfo.cc.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 309 of file RepoInfo.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 313 of file RepoInfo.h.
| bool zypp::RepoInfo::hasContent | ( | const std::string & | keyword_r = std::string() | ) | const |
Check for content keywords.
Checking for an empty string returns whether content kewords are known at all. They may be missing due to missing metadata in disabled repos.
Definition at line 334 of file RepoInfo.cc.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 324 of file RepoInfo.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 328 of file RepoInfo.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 332 of file RepoInfo.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 336 of file RepoInfo.h.
| bool zypp::RepoInfo::hasLicense | ( | ) | const |
Whether there is a license associated with the repo.
Definition at line 339 of file RepoInfo.cc.
| bool zypp::RepoInfo::needToAcceptLicense | ( | ) | const |
Whether the repo license has to be accepted, e.g.
there is no no acceptance needed for openSUSE.
Definition at line 348 of file RepoInfo.cc.
Return the best license for the current (or a specified) locale.
Definition at line 376 of file RepoInfo.cc.
| LocaleSet zypp::RepoInfo::getLicenseLocales | ( | ) | const |
Return the locales the license is available for.
Locale::noCode is included in case of license.txt which does not specify a specific locale.
Definition at line 418 of file RepoInfo.cc.
|
virtual |
Write a human-readable representation of this RepoInfo object into the str stream.
Useful for logging.
Reimplemented from zypp::repo::RepoInfoBase.
Definition at line 451 of file RepoInfo.cc.
|
virtual |
Write this RepoInfo object into str in a .repo file format.
Reimplemented from zypp::repo::RepoInfoBase.
Definition at line 488 of file RepoInfo.cc.
|
virtual |
Write an XML representation of this RepoInfo object.
| str | |
| content | this argument is ignored (used in other classed derived from RepoInfoBase. |
Reimplemented from zypp::repo::RepoInfoBase.
Definition at line 528 of file RepoInfo.cc.
|
inline |
Definition at line 390 of file RepoInfo.h.
|
related |
Definition at line 400 of file RepoInfo.h.
|
related |
Definition at line 402 of file RepoInfo.h.
|
related |
Definition at line 404 of file RepoInfo.h.
|
friend |
Definition at line 560 of file RepoInfo.cc.
|
related |
Stream output
Definition at line 560 of file RepoInfo.cc.
|
static |
Represents no Repository (one with an empty alias).
Definition at line 75 of file RepoInfo.h.
|
private |
Pointer to implementation.
Definition at line 392 of file RepoInfo.h.