libzypp  15.28.6
zypp::FetcherJob Struct Reference

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
 
std::list< FileCheckercheckers
 
Flags flags
 

Detailed Description

Class to encapsulate the OnMediaLocation object and the FileChecker together.

Definition at line 78 of file Fetcher.cc.

Member Enumeration Documentation

Enumerator
None 
Directory 
Recursive 
RecursiveDirectory 
AlwaysVerifyChecksum 

Definition at line 80 of file Fetcher.cc.

Constructor & Destructor Documentation

zypp::FetcherJob::FetcherJob ( const OnMediaLocation loc,
const Pathname  dfile = Pathname() 
)
inline

Definition at line 93 of file Fetcher.cc.

zypp::FetcherJob::~FetcherJob ( )
inline

Definition at line 101 of file Fetcher.cc.

Member Function Documentation

zypp::FetcherJob::ZYPP_DECLARE_FLAGS ( Flags  ,
Flag   
)

Member Data Documentation

OnMediaLocation zypp::FetcherJob::location

Definition at line 106 of file Fetcher.cc.

Pathname zypp::FetcherJob::deltafile

Definition at line 107 of file Fetcher.cc.

std::list<FileChecker> zypp::FetcherJob::checkers

Definition at line 109 of file Fetcher.cc.

Flags zypp::FetcherJob::flags

Definition at line 110 of file Fetcher.cc.


The documentation for this struct was generated from the following file: