libzypp  9.1.2
Public Member Functions | Public Attributes
zypp::ZConfig::Impl Class Reference

ZConfig implementation. More...

List of all members.

Public Member Functions

 Impl (const Pathname &override_r=Pathname())
 ~Impl ()

Public Attributes

Pathname _parsedZyppConf
 Remember any parsed zypp.conf.
Arch cfg_arch
Locale cfg_textLocale
Pathname cfg_cache_path
Pathname cfg_metadata_path
Pathname cfg_solvfiles_path
Pathname cfg_packages_path
Pathname cfg_config_path
Pathname cfg_known_repos_path
Pathname cfg_known_services_path
Pathname cfg_vendor_path
Pathname locks_file
Pathname update_data_path
Pathname update_scripts_path
Pathname update_messages_path
DefaultOption< std::string > updateMessagesNotify
bool repo_add_probe
unsigned repo_refresh_delay
bool repoLabelIsAlias
bool download_use_deltarpm
bool download_use_deltarpm_always
DefaultOption< bool > download_media_prefer_download
int download_max_concurrent_connections
int download_min_download_speed
int download_max_download_speed
int download_max_silent_tries
Option< DownloadModecommit_downloadMode
Option< bool > solver_onlyRequires
Option< bool > solver_allowVendorChange
Option< bool > solver_cleandepsOnRemove
Option< unsigned > solver_upgradeTestcasesToKeep
DefaultOption< bool > solverUpgradeRemoveDroppedPackages
Pathname solver_checkSystemFile
std::set< std::string > multiversion
bool apply_locks_file
target::rpm::RpmInstFlags rpmInstallFlags
Pathname history_log_path
Pathname credentials_global_dir_path
Pathname credentials_global_file_path
Option< Pathname > pluginsPath

Detailed Description

ZConfig implementation.

Todo:
Enrich section and entry definition by some comment (including the default setting and provide some method to write this into a sample zypp.conf.

Definition at line 245 of file ZConfig.cc.


Constructor & Destructor Documentation

zypp::ZConfig::Impl::Impl ( const Pathname &  override_r = Pathname()) [inline]

Definition at line 478 of file ZConfig.cc.


Member Data Documentation

Remember any parsed zypp.conf.

Definition at line 483 of file ZConfig.cc.

Referenced by zypp::ZConfig::about().

Definition at line 486 of file ZConfig.cc.

Referenced by zypp::ZConfig::setTextLocale(), and zypp::ZConfig::textLocale().

Definition at line 488 of file ZConfig.cc.

Referenced by zypp::ZConfig::repoCachePath().

Definition at line 489 of file ZConfig.cc.

Referenced by zypp::ZConfig::repoMetadataPath().

Definition at line 490 of file ZConfig.cc.

Referenced by zypp::ZConfig::repoSolvfilesPath().

Definition at line 491 of file ZConfig.cc.

Referenced by zypp::ZConfig::repoPackagesPath().

Definition at line 493 of file ZConfig.cc.

Referenced by zypp::ZConfig::configPath().

Definition at line 494 of file ZConfig.cc.

Referenced by zypp::ZConfig::knownReposPath(), and zypp::ZConfig::knownServicesPath().

Definition at line 495 of file ZConfig.cc.

Referenced by zypp::ZConfig::knownServicesPath().

Definition at line 497 of file ZConfig.cc.

Referenced by zypp::ZConfig::vendorPath().

Definition at line 498 of file ZConfig.cc.

Referenced by zypp::ZConfig::locksFile().

Definition at line 500 of file ZConfig.cc.

Referenced by zypp::ZConfig::update_dataPath().

Definition at line 501 of file ZConfig.cc.

Referenced by zypp::ZConfig::update_scriptsPath().

Definition at line 502 of file ZConfig.cc.

Referenced by zypp::ZConfig::update_messagesPath().

Definition at line 505 of file ZConfig.cc.

Referenced by zypp::ZConfig::repo_add_probe().

Definition at line 506 of file ZConfig.cc.

Referenced by zypp::ZConfig::repo_refresh_delay().

Definition at line 507 of file ZConfig.cc.

Referenced by zypp::ZConfig::repoLabelIsAlias().

Definition at line 509 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_use_deltarpm().

Definition at line 510 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_use_deltarpm_always().

Definition at line 513 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_max_concurrent_connections().

Definition at line 514 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_min_download_speed().

Definition at line 515 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_max_download_speed().

Definition at line 516 of file ZConfig.cc.

Referenced by zypp::ZConfig::download_max_silent_tries().

Definition at line 518 of file ZConfig.cc.

Referenced by zypp::ZConfig::commit_downloadMode().

Definition at line 520 of file ZConfig.cc.

Referenced by zypp::ZConfig::solver_onlyRequires().

Definition at line 521 of file ZConfig.cc.

Referenced by zypp::ZConfig::solver_allowVendorChange().

Definition at line 522 of file ZConfig.cc.

Referenced by zypp::ZConfig::solver_cleandepsOnRemove().

Definition at line 523 of file ZConfig.cc.

Referenced by zypp::ZConfig::solver_upgradeTestcasesToKeep().

Definition at line 526 of file ZConfig.cc.

Referenced by zypp::ZConfig::solver_checkSystemFile().

std::set<std::string> zypp::ZConfig::Impl::multiversion

Definition at line 530 of file ZConfig.cc.

Referenced by zypp::ZConfig::apply_locks_file().

target::rpm::RpmInstFlags zypp::ZConfig::Impl::rpmInstallFlags

Definition at line 532 of file ZConfig.cc.

Referenced by zypp::ZConfig::rpmInstallFlags().

Definition at line 534 of file ZConfig.cc.

Referenced by zypp::ZConfig::historyLogFile().

Definition at line 535 of file ZConfig.cc.

Referenced by zypp::ZConfig::credentialsGlobalDir().

Definition at line 536 of file ZConfig.cc.

Referenced by zypp::ZConfig::credentialsGlobalFile().

Definition at line 538 of file ZConfig.cc.

Referenced by zypp::ZConfig::pluginsPath().


The documentation for this class was generated from the following file: