libzypp  10.5.0
zypp::ChecksumFileChecker Class Reference

Built in file checkers. More...

#include <FileChecker.h>

List of all members.

Public Member Functions

 ChecksumFileChecker (const CheckSum &checksum)
 Constructor.
void operator() (const Pathname &file) const
 Try to validate the file.

Private Attributes

CheckSum _checksum

Detailed Description

Built in file checkers.

Checks for a valid checksum and interacts with the user.

Definition at line 63 of file FileChecker.h.


Constructor & Destructor Documentation

zypp::ChecksumFileChecker::ChecksumFileChecker ( const CheckSum checksum)

Constructor.

Parameters:
checksumChecksum that validates the file

Definition at line 25 of file FileChecker.cc.


Member Function Documentation

void zypp::ChecksumFileChecker::operator() ( const Pathname &  file) const

Try to validate the file.

Parameters:
fileFile to validate.
Exceptions:
CheckSumCheckExceptionif validation fails

Definition at line 30 of file FileChecker.cc.


Member Data Documentation

Definition at line 79 of file FileChecker.h.


The documentation for this class was generated from the following files: