libzypp 17.31.23
|
Built in file checkers. More...
#include <FileChecker.h>
Public Types | |
typedef CheckSumCheckException | ExceptionType |
Public Member Functions | |
ChecksumFileChecker (const 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 | ( | const CheckSum & | checksum | ) |
Constructor.
checksum | Checksum that validates the file |
Definition at line 28 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 32 of file FileChecker.cc.
|
private |
Definition at line 64 of file FileChecker.h.