#include <UpgradeStatistics.h>
Public Member Functions | |
| UpgradeOptions () | |
| ~UpgradeOptions () | |
Public Attributes | |
| bool | delete_unmaintained |
| If true, dropped SuSE Packages will be preselected to delete. | |
| bool | silent_downgrades |
| If true, version downgrades are silently performed. | |
| bool | keep_installed_patches |
| If false, the upgrade algorithm will tag all installed patches to be deleted. | |
Definition at line 45 of file UpgradeStatistics.h.
| zypp::UpgradeOptions::UpgradeOptions | ( | ) | [inline] |
Definition at line 74 of file UpgradeStatistics.h.
| zypp::UpgradeOptions::~UpgradeOptions | ( | ) | [inline] |
Definition at line 80 of file UpgradeStatistics.h.
If true, dropped SuSE Packages will be preselected to delete.
Definition at line 56 of file UpgradeStatistics.h.
Referenced by zypp::UpgradeStatistics::dumpOn(), zypp::UpgradeStatistics::totalToDelete(), and zypp::UpgradeStatistics::totalToKeep().
If true, version downgrades are silently performed.
Assuming the installation media contains a consistent sytem, and we target this well defined state.
Definition at line 63 of file UpgradeStatistics.h.
If false, the upgrade algorithm will tag all installed patches to be deleted.
Note, that this will not delete any packages. Just the patch metadata are removed.
Definition at line 70 of file UpgradeStatistics.h.
1.5.3