| libzypp 17.37.10
    | 
Built in file checkers. More...
#include <zypp/FileChecker.h>
| Public Types | |
| typedef CheckSumCheckException | ExceptionType | 
| Public Member Functions | |
| ChecksumFileChecker (CheckSum checksum) | |
| Constructor. | |
| void | operator() (const Pathname &file) const | 
| Try to validate the file. | |
| Private Attributes | |
| CheckSum | _checksum | 
Built in file checkers.
Checks for a valid checksum and interacts with the user.
Definition at line 47 of file FileChecker.h.
Definition at line 50 of file FileChecker.h.
| zypp::ChecksumFileChecker::ChecksumFileChecker | ( | CheckSum | checksum | ) | 
Constructor.
| checksum | Checksum that validates the file | 
Definition at line 32 of file FileChecker.cc.
| void zypp::ChecksumFileChecker::operator() | ( | const Pathname & | file | ) | const | 
Try to validate the file.
| file | File to validate. | 
| CheckSumCheckException | if validation fails | 
Definition at line 36 of file FileChecker.cc.
| 
 | private | 
Definition at line 64 of file FileChecker.h.