libzypp 17.31.7
|
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) |
![]() | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. More... | |
virtual | ~ReportBase () |
Additional Inherited Members | |
![]() | |
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 484 of file ZYppCallbacks.h.
|
inlinevirtual |
progress_r | Progress counter for packages to check. |
true
to continue, false
upon user abort request. Definition at line 490 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 498 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 507 of file ZYppCallbacks.h.