#include <ZConfig.h>
Inheritance diagram for zypp::ZConfig:

Public Member Functions | |
| bool | download_use_patchrpm () const |
| Whether to consider using a patchrpm when downloading a package. | |
| bool | download_use_deltarpm () const |
| Whether to consider using a deltarpm when downloading a package. | |
| ~ZConfig () | |
| Dtor. | |
Static Public Member Functions | |
| static ZConfig & | instance () |
| Singleton ctor. | |
Private Member Functions | |
| ZConfig () | |
| Default ctor. | |
Private Attributes | |
| RW_pointer< Impl, rw_pointer::Scoped< Impl > > | _pimpl |
| Pointer to implementation. | |
Classes | |
| class | Impl |
| ZConfig implementation. More... | |
It reads /etc/zypp/zypp.conf, the filename can be overridden by setting the ZYPP_CONF environment variable to a different file.
Definition at line 38 of file ZConfig.h.
|
|
Dtor.
Definition at line 124 of file ZConfig.cc. |
|
|
Default ctor.
Definition at line 115 of file ZConfig.cc. |
|
|
Singleton ctor.
Definition at line 104 of file ZConfig.cc. Referenced by zypp::source::PackageProvider::doProvidePackage(). |
|
|
Whether to consider using a patchrpm when downloading a package.
Config option Definition at line 127 of file ZConfig.cc. References _pimpl. |
|
|
Whether to consider using a deltarpm when downloading a package.
Config option Definition at line 130 of file ZConfig.cc. References _pimpl. |
|
|
Pointer to implementation.
Definition at line 63 of file ZConfig.h. Referenced by download_use_deltarpm(), and download_use_patchrpm(). |
1.4.6