libzypp 17.31.23
zypp::CompositeFileChecker Class Reference

Checker composed of more checkers. More...

#include <FileChecker.h>

Public Member Functions

void add (const FileChecker &checker)
 
void operator() (const Pathname &file) const
 
int checkersSize () const
 

Private Attributes

std::list< FileChecker_checkers
 

Detailed Description

Checker composed of more checkers.

Allows to create a checker composed of various checkers altothether. It will only validate if all the checkers validate.

com.add(checker1);
com.add(checker2);
fetcher.enqueue(location, com);
Checker composed of more checkers.
Definition: FileChecker.h:130
void add(const FileChecker &checker)
Definition: FileChecker.cc:108

Definition at line 129 of file FileChecker.h.

Member Function Documentation

◆ add()

void zypp::CompositeFileChecker::add ( const FileChecker checker)

Definition at line 108 of file FileChecker.cc.

◆ operator()()

void zypp::CompositeFileChecker::operator() ( const Pathname file) const
Exceptions
FileCheckExceptionif validation fails

Definition at line 91 of file FileChecker.cc.

◆ checkersSize()

int zypp::CompositeFileChecker::checkersSize ( ) const
inline

Definition at line 138 of file FileChecker.h.

Member Data Documentation

◆ _checkers

std::list<FileChecker> zypp::CompositeFileChecker::_checkers
private

Definition at line 140 of file FileChecker.h.


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