libzypp  14.48.5
ZConfig.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_ZCONFIG_H
13 #define ZYPP_ZCONFIG_H
14 
15 #include <iosfwd>
16 #include <set>
17 #include <string>
18 
19 #include "zypp/APIConfig.h"
20 #include "zypp/base/NonCopyable.h"
21 #include "zypp/base/PtrTypes.h"
22 
23 #include "zypp/Arch.h"
24 #include "zypp/Locale.h"
25 #include "zypp/Pathname.h"
26 #include "zypp/IdString.h"
27 #include "zypp/TriBool.h"
28 
29 #include "zypp/DownloadMode.h"
31 
33 namespace zypp
34 {
35 
37  //
38  // CLASS NAME : ZConfig
39  //
59  class ZConfig : private base::NonCopyable
60  {
61  public:
62 
64  static ZConfig & instance();
65 
67  std::ostream & about( std::ostream & str ) const;
68 
69  public:
70 
74  Pathname systemRoot() const;
75 
76  public:
77 
80 
82  Arch systemArchitecture() const;
83 
90  void setSystemArchitecture( const Arch & arch_r );
91 
95 
96  public:
99  static Locale defaultTextLocale();
100 
103  Locale textLocale() const;
104 
106  void setTextLocale( const Locale & locale_r );
107 
111 
112  public:
118  bool hasUserData() const;
119 
121  std::string userData() const;
122 
127  bool setUserData( const std::string & str_r );
129 
130  public:
135  Pathname repoCachePath() const;
136 
141  Pathname repoMetadataPath() const;
142 
147  Pathname repoSolvfilesPath() const;
148 
153  Pathname repoPackagesPath() const;
154 
159  Pathname configPath() const;
160 
165  Pathname knownReposPath() const;
166 
171  Pathname knownServicesPath() const;
172 
178  bool repo_add_probe() const;
179 
183  unsigned repo_refresh_delay() const;
184 
189 
195  bool repoLabelIsAlias() const;
196 
204  void repoLabelIsAlias( bool yesno_r );
205 
210 
215  long download_min_download_speed() const;
216 
220  long download_max_download_speed() const;
221 
225  long download_max_silent_tries() const;
226 
230  long download_transfer_timeout() const;
231 
232 
236  bool download_use_deltarpm() const;
237 
242  bool download_use_deltarpm_always() const;
243 
248  bool download_media_prefer_download() const;
251  { return ! download_media_prefer_download(); }
255  void set_download_media_prefer_download( bool yesno_r );
260 
265 
279  bool gpgCheck() const;
280  TriBool repoGpgCheck() const;
281  TriBool pkgGpgCheck() const;
282 
283  void setGpgCheck( bool val_r );
284  void setRepoGpgCheck( TriBool val_r );
285  void setPkgGpgCheck( TriBool val_r );
286 
287  void resetGpgCheck();
288  void resetRepoGpgCheck();
289  void resetPkgGpgCheck();
290 
291  //
296  Pathname vendorPath() const;
297 
301  bool solver_onlyRequires() const;
302 
307  Pathname solver_checkSystemFile() const;
308 
312  bool solver_allowVendorChange() const;
313 
317  bool solver_cleandepsOnRemove() const;
318 
326  unsigned solver_upgradeTestcasesToKeep() const;
327 
343  void setSolverUpgradeRemoveDroppedPackages( bool val_r );
346 
353  const std::set<std::string> & multiversionSpec() const;
354  void multiversionSpec( std::set<std::string> new_r );
355  void clearMultiversionSpec();
356  void addMultiversionSpec( const std::string & name_r );
357  void removeMultiversionSpec( const std::string & name_r );
359 
364  Pathname locksFile() const;
365 
369  bool apply_locks_file() const;
370 
374  Pathname update_dataPath() const;
375 
380  Pathname update_scriptsPath() const;
381 
386  Pathname update_messagesPath() const;
387 
391  std::string updateMessagesNotify() const;
393  void setUpdateMessagesNotify( const std::string & val_r );
397 
406  target::rpm::RpmInstFlags rpmInstallFlags() const;
408 
415  Pathname historyLogFile() const;
416 
420  Pathname credentialsGlobalDir() const;
421 
425  Pathname credentialsGlobalFile() const;
426 
435  std::string distroverpkg() const;
436 
442  Pathname pluginsPath() const;
443 
445  public:
446  class Impl;
448  ~ZConfig();
449  private:
450  friend class Impl;
452  ZConfig();
455  };
457 
459 } // namespace zypp
461 #endif // ZYPP_ZCONFIG_H
~ZConfig()
Dtor.
Definition: ZConfig.cc:696
static Locale defaultTextLocale()
The autodetected prefered locale for translated texts.
Definition: ZConfig.cc:735
void setGpgCheck(bool val_r)
Change the value.
Definition: ZConfig.cc:893
void setUpdateMessagesNotify(const std::string &val_r)
Set a new command definition (see update.messages.notify in zypp.conf).
Definition: ZConfig.cc:952
void resetSystemArchitecture()
Reset the zypp system architecture to the default.
Definition: ZConfig.h:93
TriBool repoGpgCheck() const
Check repo matadata signatures (indeterminate - according to gpgcheck)
Definition: ZConfig.cc:890
void setRepoGpgCheck(TriBool val_r)
Change the value.
Definition: ZConfig.cc:894
static ZConfig & instance()
Singleton ctor.
Definition: ZConfig.cc:674
std::ostream & about(std::ostream &str) const
Print some detail about the current libzypp version.
Definition: ZConfig.cc:994
std::string distroverpkg() const
Package telling the "product version" on systems not using /etc/product.d/baseproduct.
Definition: ZConfig.cc:984
unsigned solver_upgradeTestcasesToKeep() const
When committing a dist upgrade (e.g.
Definition: ZConfig.cc:915
Architecture.
Definition: Arch.h:36
Pathname knownServicesPath() const
Path where the known services .service files are kept (configPath()/services.d).
Definition: ZConfig.cc:820
Pathname vendorPath() const
Directory for equivalent vendor definitions (configPath()/vendors.d)
Definition: ZConfig.cc:826
Pathname repoCachePath() const
Path where the caches are kept (/var/cache/zypp)
Definition: ZConfig.cc:782
Pathname credentialsGlobalFile() const
Defaults to /etc/zypp/credentials.cat.
Definition: ZConfig.cc:976
void removeMultiversionSpec(const std::string &name_r)
Definition: ZConfig.cc:926
void setSystemArchitecture(const Arch &arch_r)
Override the zypp system architecture.
Definition: ZConfig.cc:720
bool apply_locks_file() const
Whether locks file should be read and applied after start (true)
Definition: ZConfig.cc:928
long download_max_download_speed() const
Maximum download speed (bytes per second)
Definition: ZConfig.cc:876
bool setUserData(const std::string &str_r)
Set a new userData string.
Definition: ZConfig.cc:765
bool solver_cleandepsOnRemove() const
Whether removing a package should also remove no longer needed requirements.
Definition: ZConfig.cc:908
bool repo_add_probe() const
Whether repository urls should be probed.
Definition: ZConfig.cc:840
void resetSolverUpgradeRemoveDroppedPackages()
Reset solverUpgradeRemoveDroppedPackages to the zypp.conf default.
Definition: ZConfig.cc:920
Pathname pluginsPath() const
Defaults to /usr/lib/zypp/plugins.
Definition: ZConfig.cc:989
RW_pointer< Impl, rw_pointer::Scoped< Impl > > _pimpl
Pointer to implementation.
Definition: ZConfig.h:454
bool solverUpgradeRemoveDroppedPackages() const
Whether dist upgrade should remove a products dropped packages (true).
Definition: ZConfig.cc:918
DownloadMode commit_downloadMode() const
Commit download policy to use as default.
Definition: ZConfig.cc:885
void addMultiversionSpec(const std::string &name_r)
Definition: ZConfig.cc:925
void resetGpgCheck()
Reset to the zconfig default.
Definition: ZConfig.cc:897
void set_download_media_prefer_download(bool yesno_r)
Set download_media_prefer_download to a specific value.
Definition: ZConfig.cc:864
boost::logic::tribool TriBool
3-state boolean logic (true, false and indeterminate).
Definition: String.h:29
Pathname configPath() const
Path where the configfiles are kept (/etc/zypp).
Definition: ZConfig.cc:808
Pathname historyLogFile() const
Path where ZYpp install history is logged.
Definition: ZConfig.cc:964
void setTextLocale(const Locale &locale_r)
Set the prefered locale for translated texts.
Definition: ZConfig.cc:744
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Definition: NonCopyable.h:26
Pathname knownReposPath() const
Path where the known repositories .repo files are kept (configPath()/repos.d).
Definition: ZConfig.cc:814
LocaleSet repoRefreshLocales() const
List of locales for which translated package descriptions should be downloaded.
Definition: ZConfig.cc:846
bool gpgCheck() const
Turn signature checking on/off (on)
Definition: ZConfig.cc:889
void set_default_download_media_prefer_download()
Set download_media_prefer_download to the configfiles default.
Definition: ZConfig.cc:867
ZConfig implementation.
Definition: ZConfig.cc:288
Provides API related macros.
TriBool pkgGpgCheck() const
Check rpm package signatures (indeterminate - according to gpgcheck)
Definition: ZConfig.cc:891
Interim helper class to collect global options and settings.
Definition: ZConfig.h:59
friend class Impl
Definition: ZConfig.h:450
Pathname update_scriptsPath() const
Path where the repo metadata is downloaded and kept (update_dataPath()/).
Definition: ZConfig.cc:943
Pathname locksFile() const
Path where zypp can find or create lock file (configPath()/locks)
Definition: ZConfig.cc:832
std::tr1::unordered_set< Locale > LocaleSet
Definition: Locale.h:28
long download_min_download_speed() const
Minimum download speed (bytes per second) until the connection is dropped.
Definition: ZConfig.cc:873
void clearMultiversionSpec()
Definition: ZConfig.cc:924
bool hasUserData() const
Whether a (non empty) user data sting is defined.
Definition: ZConfig.cc:759
Pathname update_messagesPath() const
Path where the repo solv files are created and kept (update_dataPath()/solv).
Definition: ZConfig.cc:937
Pathname repoSolvfilesPath() const
Path where the repo solv files are created and kept (repoCachePath()/solv).
Definition: ZConfig.cc:794
Pathname repoPackagesPath() const
Path where the repo packages are downloaded and kept (repoCachePath()/packages).
Definition: ZConfig.cc:800
bool download_use_deltarpm() const
Whether to consider using a deltarpm when downloading a package.
Definition: ZConfig.cc:855
Pathname repoMetadataPath() const
Path where the repo metadata is downloaded and kept (repoCachePath()/raw).
Definition: ZConfig.cc:788
long download_max_silent_tries() const
Maximum silent tries.
Definition: ZConfig.cc:879
bool solver_allowVendorChange() const
Whether vendor check is by default enabled.
Definition: ZConfig.cc:905
bool solver_onlyRequires() const
Solver regards required packages,patterns,...
Definition: ZConfig.cc:902
static Arch defaultSystemArchitecture()
The autodetected system architecture.
Definition: ZConfig.cc:711
void resetRepoGpgCheck()
Reset to the zconfig default.
Definition: ZConfig.cc:898
Pathname systemRoot() const
The target root directory.
Definition: ZConfig.cc:699
bool download_media_prefer_download() const
Hint which media to prefer when installing packages (download vs.
Definition: ZConfig.cc:861
const std::set< std::string > & multiversionSpec() const
Definition: ZConfig.cc:922
target::rpm::RpmInstFlags rpmInstallFlags() const
The default target::rpm::RpmInstFlags for ZYppCommitPolicy.
Definition: ZConfig.cc:960
ZConfig()
Default ctor.
Definition: ZConfig.cc:685
Wrapper for const correct access via Smart pointer types.
Definition: PtrTypes.h:285
Pathname update_dataPath() const
Path where the update items are kept (/var/adm)
Definition: ZConfig.cc:931
std::string userData() const
User defined string value to be passed to log, history, plugins...
Definition: ZConfig.cc:762
void resetTextLocale()
Reset the locale for translated texts to the default.
Definition: ZConfig.h:109
void resetUpdateMessagesNotify()
Reset to the zypp.conf default.
Definition: ZConfig.cc:955
void setSolverUpgradeRemoveDroppedPackages(bool val_r)
Set solverUpgradeRemoveDroppedPackages to val_r.
Definition: ZConfig.cc:919
Locale textLocale() const
The locale for translated texts zypp uses.
Definition: ZConfig.cc:741
std::string updateMessagesNotify() const
Command definition for sending update messages.
Definition: ZConfig.cc:949
unsigned repo_refresh_delay() const
Amount of time in minutes that must pass before another refresh.
Definition: ZConfig.cc:843
Arch systemArchitecture() const
The system architecture zypp uses.
Definition: ZConfig.cc:717
bool repoLabelIsAlias() const
Whether to use repository alias or name in user messages (progress, exceptions, ...).
Definition: ZConfig.cc:849
void setPkgGpgCheck(TriBool val_r)
Change the value.
Definition: ZConfig.cc:895
long download_max_concurrent_connections() const
Maximum number of concurrent connections for a single transfer.
Definition: ZConfig.cc:870
Pathname solver_checkSystemFile() const
File in which dependencies described which has to be fulfilled for a running system.
Definition: ZConfig.cc:911
void resetPkgGpgCheck()
Reset to the zconfig default.
Definition: ZConfig.cc:899
bool download_use_deltarpm_always() const
Whether to consider using a deltarpm even when rpm is local.
Definition: ZConfig.cc:858
long download_transfer_timeout() const
Maximum time in seconds that you allow a transfer operation to take.
Definition: ZConfig.cc:882
Pathname credentialsGlobalDir() const
Defaults to /etc/zypp/credentials.d.
Definition: ZConfig.cc:970
DownloadMode
Supported commit download policies.
Definition: DownloadMode.h:22
bool download_media_prefer_volatile() const
Definition: ZConfig.h:250