libzypp
10.5.0
|
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, const Pathname dfile=Pathname()) | |
~FetcherJob () | |
Public Attributes | |
OnMediaLocation | location |
Pathname | deltafile |
list< FileChecker > | checkers |
Flags | flags |
Class to encapsulate the OnMediaLocation object and the FileChecker together.
Definition at line 80 of file Fetcher.cc.
Definition at line 82 of file Fetcher.cc.
zypp::FetcherJob::FetcherJob | ( | const OnMediaLocation & | loc, |
const Pathname | dfile = Pathname() |
||
) | [inline] |
Definition at line 95 of file Fetcher.cc.
zypp::FetcherJob::~FetcherJob | ( | ) | [inline] |
Definition at line 103 of file Fetcher.cc.
zypp::FetcherJob::ZYPP_DECLARE_FLAGS | ( | Flags | , |
Flag | |||
) |
Definition at line 108 of file Fetcher.cc.
Pathname zypp::FetcherJob::deltafile |
Definition at line 109 of file Fetcher.cc.
Definition at line 111 of file Fetcher.cc.
Flags zypp::FetcherJob::flags |
Definition at line 112 of file Fetcher.cc.