libzypp
13.10.6
|
Definition of vendor equivalence. More...
#include <VendorAttr.h>
Public Types | |
typedef std::vector< std::string > | VendorList |
Public Member Functions | |
bool | addVendorDirectory (const Pathname &dirname) const |
Adding new equivalent vendors described in a directory. More... | |
bool | addVendorFile (const Pathname &filename) const |
Adding new equivalent vendors described in a file. More... | |
template<class _Iterator > | |
void | addVendorList (_Iterator begin, _Iterator end) const |
Adding new equivalent vendor set from list. More... | |
bool | equivalent (const Vendor &lVendor, const Vendor &rVendor) const |
Return whether two vendor strings shold be treated as the same vendor. More... | |
bool | equivalent (IdString lVendor, IdString rVendor) const |
bool | equivalent (sat::Solvable lVendor, sat::Solvable rVendor) const |
bool | equivalent (const PoolItem &lVendor, const PoolItem &rVendor) const |
Static Public Member Functions | |
static const VendorAttr & | instance () |
Singleton. More... | |
Private Member Functions | |
VendorAttr () | |
void | _addVendorList (VendorList &) const |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const VendorAttr &obj) |
Definition of vendor equivalence.
Packages with equivalment vendor strings may replace themself without creating a solver error.
Per default vendor strings starting with "suse"
or "opensuse"
are treated equivalent. This may be changed by providing customized vendor description files in /etc/zypp/vendors
.d.
Definition at line 43 of file VendorAttr.h.
typedef std::vector<std::string> zypp::VendorAttr::VendorList |
Definition at line 46 of file VendorAttr.h.
|
private |
Definition at line 129 of file VendorAttr.cc.
|
static |
Singleton.
Definition at line 123 of file VendorAttr.cc.
bool zypp::VendorAttr::addVendorDirectory | ( | const Pathname & | dirname | ) | const |
Adding new equivalent vendors described in a directory.
Definition at line 254 of file VendorAttr.cc.
bool zypp::VendorAttr::addVendorFile | ( | const Pathname & | filename | ) | const |
Adding new equivalent vendors described in a file.
Definition at line 211 of file VendorAttr.cc.
|
inline |
Adding new equivalent vendor set from list.
Definition at line 65 of file VendorAttr.h.
Return whether two vendor strings shold be treated as the same vendor.
Usually the solver is allowed to automatically select a package of an equivalent vendor when updating. Replacing a package with one of a different vendor usually must be confirmed by the user.
Definition at line 292 of file VendorAttr.cc.
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 285 of file VendorAttr.cc.
bool zypp::VendorAttr::equivalent | ( | sat::Solvable | lVendor, |
sat::Solvable | rVendor | ||
) | const |
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 296 of file VendorAttr.cc.
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 299 of file VendorAttr.cc.
|
private |
Definition at line 169 of file VendorAttr.cc.
|
related |
Stream output
Definition at line 304 of file VendorAttr.cc.