libzypp 17.31.23
|
Check for package file conflicts in commit (after download) More...
#include <ZYppCallbacks.h>
Public Member Functions | |
virtual bool | start (const ProgressData &progress_r) |
virtual bool | progress (const ProgressData &progress_r, const sat::Queue &noFilelist_r) |
virtual bool | result (const ProgressData &progress_r, const sat::Queue &noFilelist_r, const sat::FileConflicts &conflicts_r) |
Public Member Functions inherited from zypp::callback::ReportBase | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. | |
virtual | ~ReportBase () |
Additional Inherited Members | |
Public Types inherited from zypp::callback::ReportBase | |
typedef callback::UserData | UserData |
typedef UserData::ContentType | ContentType |
Check for package file conflicts in commit (after download)
File conflict check requires that all packages are downloaded and now available in the cache (need to access the filelists). Missing packages are omitted from check and their number is reported in noFilelist_r. This usually happens if download mode 'as-needed' is used.
Definition at line 488 of file ZYppCallbacks.h.
|
inlinevirtual |
progress_r | Progress counter for packages to check. |
true
to continue, false
upon user abort request. Definition at line 494 of file ZYppCallbacks.h.
|
inlinevirtual |
progress_r | Progress counter for packages to check. |
noFilelist_r | Queue of so far skipped solvables (no filelist/not yet downloaded). |
true
to continue, false
upon user abort request. Definition at line 502 of file ZYppCallbacks.h.
|
inlinevirtual |
progress_r | Progress counter for packages to check. |
noFilelist_r | Queue of skipped solvables (no filelist/not yet downloaded). |
conflicts_r | File conflits queue. |
true
to continue, false
upon user abort request. Definition at line 511 of file ZYppCallbacks.h.