|
libzypp 17.31.32
|
Class to encapsulate the OnMediaLocation object and the FileChecker together. More...
Public Types | |
| enum | Flag { None = 0x0000 , Directory = 0x0001 , Recursive = 0x0002 , RecursiveDirectory = Directory | Recursive , AlwaysVerifyChecksum = 0x0004 } |
Public Member Functions | |
| ZYPP_DECLARE_FLAGS (Flags, Flag) | |
| FetcherJob (const OnMediaLocation &loc) | |
| ~FetcherJob () | |
Public Attributes | |
| OnMediaLocation | location |
| std::list< FileChecker > | checkers |
| Flags | flags |
Class to encapsulate the OnMediaLocation object and the FileChecker together.
Definition at line 79 of file Fetcher.cc.
| Enumerator | |
|---|---|
| None | |
| Directory | |
| Recursive | |
| RecursiveDirectory | |
| AlwaysVerifyChecksum | |
Definition at line 81 of file Fetcher.cc.
|
inline |
Definition at line 94 of file Fetcher.cc.
|
inline |
Definition at line 101 of file Fetcher.cc.
| zypp::FetcherJob::ZYPP_DECLARE_FLAGS | ( | Flags | , |
| Flag | ) |
| OnMediaLocation zypp::FetcherJob::location |
Definition at line 106 of file Fetcher.cc.
| std::list<FileChecker> zypp::FetcherJob::checkers |
Definition at line 108 of file Fetcher.cc.
| Flags zypp::FetcherJob::flags |
Definition at line 109 of file Fetcher.cc.