libzypp  13.10.6
zypp::parser::susetags::ContentFileReader Class Reference

Parse repoindex part from a content file. More...

#include <ContentFileReader.h>

Inheritance diagram for zypp::parser::susetags::ContentFileReader:
zypp::ContentReaderHelper

Classes

struct  Impl
 ContentFileReader implementation. More...
 

Public Types

typedef function< void(const
RepoIndex_Ptr &)> 
RepoIndexConsumer
 

Public Member Functions

 ContentFileReader ()
 Default ctor. More...
 
virtual ~ContentFileReader ()
 Dtor. More...
 
virtual void parse (const InputStream &imput_r, const ProgressData::ReceiverFnc &fnc_r=ProgressData::ReceiverFnc())
 Parse the stream. More...
 
void setRepoIndexConsumer (const RepoIndexConsumer &fnc_r)
 Consumer to call when repo index was parsed. More...
 

Protected Member Functions

virtual void beginParse ()
 Called when start parsing. More...
 
virtual void endParse ()
 Called when the parse is done. More...
 
virtual void userRequestedAbort (unsigned lineNo_r)
 Called when user(callback) request to abort. More...
 
std::string errPrefix (unsigned lineNo_r, const std::string &msg_r=std::string(), const std::string &line_r="-") const
 Prefix exception message with line information. More...
 

Private Attributes

RW_pointer< Impl,
rw_pointer::Scoped< Impl > > 
_pimpl
 
RepoIndexConsumer _repoIndexConsumer
 

Detailed Description

Parse repoindex part from a content file.

This is all the downloader needs.

Definition at line 45 of file ContentFileReader.h.

Member Typedef Documentation

typedef function<void(const RepoIndex_Ptr &)> zypp::parser::susetags::ContentFileReader::RepoIndexConsumer

Definition at line 48 of file ContentFileReader.h.

Constructor & Destructor Documentation

zypp::parser::susetags::ContentFileReader::ContentFileReader ( )

Default ctor.

Definition at line 104 of file ContentFileReader.cc.

zypp::parser::susetags::ContentFileReader::~ContentFileReader ( )
virtual

Dtor.

Definition at line 112 of file ContentFileReader.cc.

Member Function Documentation

void zypp::parser::susetags::ContentFileReader::parse ( const InputStream imput_r,
const ProgressData::ReceiverFnc fnc_r = ProgressData::ReceiverFnc() 
)
virtual

Parse the stream.

Exceptions
ParseExceptionon errors.
AbortRequestExceptionon user request. Invokes consume for each tag. consume might throw other exceptions as well.

Definition at line 177 of file ContentFileReader.cc.

void zypp::parser::susetags::ContentFileReader::setRepoIndexConsumer ( const RepoIndexConsumer fnc_r)
inline

Consumer to call when repo index was parsed.

Definition at line 66 of file ContentFileReader.h.

void zypp::parser::susetags::ContentFileReader::beginParse ( )
protectedvirtual

Called when start parsing.

Definition at line 120 of file ContentFileReader.cc.

void zypp::parser::susetags::ContentFileReader::endParse ( )
protectedvirtual

Called when the parse is done.

Definition at line 133 of file ContentFileReader.cc.

void zypp::parser::susetags::ContentFileReader::userRequestedAbort ( unsigned  lineNo_r)
protectedvirtual

Called when user(callback) request to abort.

Exceptions
AbortRequestExceptionunless overloaded.

Definition at line 151 of file ContentFileReader.cc.

std::string zypp::parser::susetags::ContentFileReader::errPrefix ( unsigned  lineNo_r,
const std::string &  msg_r = std::string(),
const std::string &  line_r = "-" 
) const
protected

Prefix exception message with line information.

Definition at line 161 of file ContentFileReader.cc.

Member Data Documentation

RW_pointer<Impl,rw_pointer::Scoped<Impl> > zypp::parser::susetags::ContentFileReader::_pimpl
private

Definition at line 88 of file ContentFileReader.h.

RepoIndexConsumer zypp::parser::susetags::ContentFileReader::_repoIndexConsumer
private

Definition at line 90 of file ContentFileReader.h.


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