libzypp 17.38.14
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-core/Globals.h>
22
23#include <zypp/Arch.h>
24#include <zypp/Locale.h>
25#include <zypp-core/Pathname.h>
26#include <zypp/IdString.h>
27#include <zypp-core/TriBool.h>
28#include <zypp/ResolverFocus.h>
29#include <zypp/DownloadMode.h>
31
32namespace zyppng {
33 // just for the friend declaration
34 class RepoManager;
35}
36
38namespace zypp
39{
40
41 class RepoManager;
42
82 {
83 public:
84
86 static ZConfig & instance();
87
89 std::ostream & about( std::ostream & str ) const;
90
91 public:
93 long lockTimeout() const;
94
95 public:
96
100 Pathname systemRoot() const;
101
106
110 void setRepoManagerRoot ( const Pathname &root );
111
117 void announceSystemRoot( const Pathname & root_r );
118
119 public:
120
123
125 Arch systemArchitecture() const;
126
133 void setSystemArchitecture( const Arch & arch_r );
134
138
139 public:
142 static Locale defaultTextLocale();
143
146 Locale textLocale() const;
147
149 void setTextLocale( const Locale & locale_r );
150
154
155 public:
160
161 bool hasUserData() const;
162
164 std::string userData() const;
165
170 bool setUserData( const std::string & str_r );
172
173 public:
178 Pathname repoCachePath() const;
179
183 void setRepoCachePath ( const Pathname &path_r );
184
188 Pathname pubkeyCachePath() const;
189
194 Pathname repoMetadataPath() const;
195
196
200 void setRepoMetadataPath ( const Pathname &path_r );
201
206 Pathname repoSolvfilesPath() const;
207
211 void setRepoSolvfilesPath ( const Pathname &path_r );
212
217 Pathname repoPackagesPath() const;
218
219
223 void setRepoPackagesPath ( const Pathname &path_r );
224
229 Pathname configPath() const;
230
235 Pathname knownReposPath() const;
236
241 Pathname knownServicesPath() const;
242
247 Pathname needrebootFile() const;
248
253 Pathname needrebootPath() const;
254
258 void setGeoipEnabled( bool enable = true );
259
263 bool geoipEnabled () const;
264
268 Pathname geoipCachePath() const;
269
275 const std::vector<std::string> geoipHostnames () const;
276
282 Pathname varsPath() const;
283
289 bool repo_add_probe() const;
290
294 unsigned repo_refresh_delay() const;
295
299 LocaleSet repoRefreshLocales() const;
300
306 bool repoLabelIsAlias() const;
307
315 void repoLabelIsAlias( bool yesno_r );
316
320 long download_max_concurrent_connections() const;
321
326 long download_min_download_speed() const;
327
331 long download_max_download_speed() const;
332
336 long download_max_silent_tries() const;
337
341 long download_transfer_timeout() const;
342
343
347 bool download_use_deltarpm() const;
348
353 bool download_use_deltarpm_always() const;
354
359 bool download_media_prefer_download() const;
363
366 void set_download_media_prefer_download( bool yesno_r );
370 void set_default_download_media_prefer_download();
371
376 Pathname download_mediaMountdir() const;
378 void set_download_mediaMountdir( Pathname newval_r );
380 void set_default_download_mediaMountdir();
381
385 DownloadMode commit_downloadMode() const;
386
400 bool gpgCheck() const;
401 TriBool repoGpgCheck() const;
402 TriBool pkgGpgCheck() const;
403
404 void setGpgCheck( bool val_r );
405 void setRepoGpgCheck( TriBool val_r );
406 void setPkgGpgCheck( TriBool val_r );
407
408 void resetGpgCheck();
409 void resetRepoGpgCheck();
410 void resetPkgGpgCheck();
412 //
417 Pathname vendorPath() const;
418
422 ResolverFocus solver_focus() const;
423
427 bool solver_onlyRequires() const;
428
433 Pathname solver_checkSystemFile() const;
434
440 Pathname solver_checkSystemFileDir() const;
441
445 bool solver_allowVendorChange() const;
446
448 bool solver_dupAllowDowngrade() const;
449
451 bool solver_dupAllowNameChange() const;
452
454 bool solver_dupAllowArchChange() const;
455
457 bool solver_dupAllowVendorChange() const;
458
462 bool solver_cleandepsOnRemove() const;
463
472 bool solver_noUpdateProvide() const;
473
481 unsigned solver_upgradeTestcasesToKeep() const;
482
496 bool solverUpgradeRemoveDroppedPackages() const;
498 void setSolverUpgradeRemoveDroppedPackages( bool val_r );
500 void resetSolverUpgradeRemoveDroppedPackages();
501
512 const std::set<std::string> & multiversionSpec() const;
513 void multiversionSpec( std::set<std::string> new_r );
514 void clearMultiversionSpec();
515 void addMultiversionSpec( const std::string & name_r );
516 void removeMultiversionSpec( const std::string & name_r );
518
523 Pathname locksFile() const;
524
528 bool apply_locks_file() const;
529
530#if LEGACY(1735)
534 Pathname update_dataPath() const;
535
539 Pathname update_scriptsPath() const;
540
544 Pathname update_messagesPath() const;
545#else
549 static Pathname update_dataPath();
550
554 static Pathname update_scriptsPath();
555
559 static Pathname update_messagesPath();
560#endif
561
564
565 std::string updateMessagesNotify() const;
567 void setUpdateMessagesNotify( const std::string & val_r );
569 void resetUpdateMessagesNotify();
571
574
580 target::rpm::RpmInstFlags rpmInstallFlags() const;
582
589 Pathname historyLogFile() const;
590
594 Pathname credentialsGlobalDir() const;
595
599 Pathname credentialsGlobalFile() const;
600
609 std::string distroverpkg() const;
610
613
616 Pathname pluginsPath() const;
617
621 std::string multiversionKernels() const;
622
624
625 public:
626 class Impl;
627
628 ZConfig(const ZConfig &) = delete;
629 ZConfig(ZConfig &&) = delete;
630 ZConfig &operator=(const ZConfig &) = delete;
631 ZConfig &operator=(ZConfig &&) = delete;
632
634 ~ZConfig();
635 void notifyTargetChanged();
636
637 private:
638 friend class RepoManager;
648
649 private:
650 friend class Impl;
652 ZConfig();
655 };
656
657
659} // namespace zypp
661#endif // ZYPP_ZCONFIG_H
Provides API related macros.
Architecture.
Definition Arch.h:37
'Language[_Country]' codes.
Definition Locale.h:51
creates and provides information about known sources.
Definition RepoManager.h:60
ZConfig implementation.
Definition ZConfig.cc:236
Arch systemArchitecture() const
The system architecture zypp uses.
Definition ZConfig.cc:857
ZConfig(const ZConfig &)=delete
Pathname builtinRepoSolvfilesPath() const
The builtin config file value.
Definition ZConfig.cc:977
Pathname repoManagerRoot() const
The RepoManager root directory.
Definition ZConfig.cc:834
void resetSystemArchitecture()
Reset the zypp system architecture to the default.
Definition ZConfig.h:136
void setRepoManagerRoot(const Pathname &root)
Sets the RepoManager root directory.
Definition ZConfig.cc:840
void setTextLocale(const Locale &locale_r)
Set the preferred locale for translated texts.
Definition ZConfig.cc:884
void notifyTargetChanged()
internal
Definition ZConfig.cc:828
static Locale defaultTextLocale()
The autodetected preferred locale for translated texts.
Definition ZConfig.cc:875
Pathname systemRoot() const
The target root directory.
Definition ZConfig.cc:831
ZConfig & operator=(ZConfig &&)=delete
ZConfig(ZConfig &&)=delete
RW_pointer< Impl, rw_pointer::Scoped< Impl > > _pimpl
Pointer to implementation.
Definition ZConfig.h:654
void setSystemArchitecture(const Arch &arch_r)
Override the zypp system architecture.
Definition ZConfig.cc:860
static ZConfig & instance()
Singleton ctor.
Definition ZConfig.cc:794
std::ostream & about(std::ostream &str) const
Print some detail about the current libzypp version.
Definition ZConfig.cc:1222
Pathname builtinRepoCachePath() const
The builtin config file value.
Definition ZConfig.cc:971
Pathname builtinRepoPackagesPath() const
The builtin config file value.
Definition ZConfig.cc:980
Pathname builtinRepoMetadataPath() const
The builtin config file value.
Definition ZConfig.cc:974
long lockTimeout() const
The number of seconds to wait for the zypp lock to become available.
Definition ZConfig.cc:819
bool download_media_prefer_volatile() const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition ZConfig.h:361
ZConfig & operator=(const ZConfig &)=delete
friend class RepoManager
Definition ZConfig.h:638
void resetTextLocale()
Reset the locale for translated texts to the default.
Definition ZConfig.h:152
static Arch defaultSystemArchitecture()
The autodetected system architecture.
Definition ZConfig.cc:852
void announceSystemRoot(const Pathname &root_r)
Announce a target root directory without launching the Target.
Definition ZConfig.cc:843
bool download_media_prefer_download() const
Hint which media to prefer when installing packages (download vs.
Definition ZConfig.cc:1062
The RepoManager class Provides knowledge and methods to maintain repo settings and metadata for a giv...
boost::logic::tribool TriBool
3-state boolean logic (true, false and indeterminate).
Definition String.h:31
String related utilities and Regular expression matching.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Definition NonCopyable.h:26
Easy-to use interface to the ZYPP dependency resolver.
std::unordered_set< Locale > LocaleSet
Definition Locale.h:29
ResolverFocus
The resolver's general attitude.
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
Definition Arch.h:173
DownloadMode
Supported commit download policies.
Wrapper for const correct access via Smart pointer types.
Definition PtrTypes.h:293