| libzypp 17.37.10
    | 
Repo manager settings. More...
#include <zypp/RepoManagerOptions.h>
| Public Member Functions | |
| RepoManagerOptions (const Pathname &root_r=Pathname()) | |
| Default ctor following ZConfig global settings. | |
| Static Public Member Functions | |
| static RepoManagerOptions | makeTestSetup (const Pathname &root_r) | 
| Test setup adjusting all paths to be located below one root_rdirectory. | |
| Public Attributes | |
| Pathname | repoCachePath | 
| Pathname | repoRawCachePath | 
| Pathname | repoSolvCachePath | 
| Pathname | repoPackagesCachePath | 
| Pathname | knownReposPath | 
| Pathname | knownServicesPath | 
| Pathname | pluginsPath | 
| bool | probe | 
| std::string | servicesTargetDistro | 
| Target distro ID to be used when refreshing repo index services. | |
| Pathname | rootDir | 
| remembers root_r value for later use | |
Repo manager settings.
Settings default to ZYpp global settings.
Definition at line 25 of file RepoManagerOptions.h.
Default ctor following ZConfig global settings.
If an optional root_r directory is given, all paths will be prefixed accordingly. 
Definition at line 24 of file RepoManagerOptions.cc.
| 
 | static | 
Test setup adjusting all paths to be located below one root_r directory. 
Definition at line 38 of file RepoManagerOptions.cc.
| Pathname zypp::RepoManagerOptions::repoCachePath | 
Definition at line 51 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::repoRawCachePath | 
Definition at line 52 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::repoSolvCachePath | 
Definition at line 53 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::repoPackagesCachePath | 
Definition at line 54 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::knownReposPath | 
Definition at line 55 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::knownServicesPath | 
Definition at line 56 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::pluginsPath | 
Definition at line 57 of file RepoManagerOptions.h.
| bool zypp::RepoManagerOptions::probe | 
Definition at line 58 of file RepoManagerOptions.h.
| std::string zypp::RepoManagerOptions::servicesTargetDistro | 
Target distro ID to be used when refreshing repo index services.
Repositories not maching this ID will be skipped/removed.
If empty, Target::targetDistribution() will be used instead.
Definition at line 65 of file RepoManagerOptions.h.
| Pathname zypp::RepoManagerOptions::rootDir | 
remembers root_r value for later use
Definition at line 68 of file RepoManagerOptions.h.