libzypp  13.10.6
zypp::repo::ProbeRepoReport Struct Reference

#include <ZYppCallbacks.h>

Inheritance diagram for zypp::repo::ProbeRepoReport:
zypp::callback::ReportBase

Public Types

enum  Action { ABORT, RETRY }
 
enum  Error {
  NO_ERROR, NOT_FOUND, IO, INVALID,
  UNKNOWN
}
 

Public Member Functions

virtual void start (const Url &)
 
virtual void failedProbe (const Url &, const std::string &)
 
virtual void successProbe (const Url &, const std::string &)
 
virtual void finish (const Url &, Error, const std::string &)
 
virtual bool progress (const Url &, int)
 
virtual Action problem (const Url &, Error, const std::string &)
 
- Public Member Functions inherited from zypp::callback::ReportBase
virtual ~ReportBase ()
 

Detailed Description

Definition at line 178 of file ZYppCallbacks.h.

Member Enumeration Documentation

Enumerator
ABORT 
RETRY 

Definition at line 180 of file ZYppCallbacks.h.

Enumerator
NO_ERROR 
NOT_FOUND 
IO 
INVALID 
UNKNOWN 

Definition at line 185 of file ZYppCallbacks.h.

Member Function Documentation

virtual void zypp::repo::ProbeRepoReport::start ( const Url )
inlinevirtual

Definition at line 193 of file ZYppCallbacks.h.

virtual void zypp::repo::ProbeRepoReport::failedProbe ( const Url ,
const std::string &   
)
inlinevirtual

Definition at line 194 of file ZYppCallbacks.h.

virtual void zypp::repo::ProbeRepoReport::successProbe ( const Url ,
const std::string &   
)
inlinevirtual

Definition at line 195 of file ZYppCallbacks.h.

virtual void zypp::repo::ProbeRepoReport::finish ( const Url ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 196 of file ZYppCallbacks.h.

virtual bool zypp::repo::ProbeRepoReport::progress ( const Url ,
int   
)
inlinevirtual

Definition at line 198 of file ZYppCallbacks.h.

virtual Action zypp::repo::ProbeRepoReport::problem ( const Url ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 201 of file ZYppCallbacks.h.


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