Public Member Functions | |
| Impl (const data::RecordId &repositoryId_r, data::ResolvableDataConsumer &consumer_r, const ProgressData::ReceiverFnc &fnc_r) | |
| int | extract_packages_from_directory (const Pathname &path, bool recursive) |
| void | parse (const Pathname &reporoot_r) |
| Main entry to parser. | |
Private Attributes | |
| data::RecordId | _repositoryId |
| data::ResolvableDataConsumer & | _consumer |
| ProgressData | _ticks |
Definition at line 156 of file RepoParser.cc.
| zypp::parser::plaindir::RepoParser::Impl::Impl | ( | const data::RecordId & | repositoryId_r, | |
| data::ResolvableDataConsumer & | consumer_r, | |||
| const ProgressData::ReceiverFnc & | fnc_r | |||
| ) | [inline] |
| int zypp::parser::plaindir::RepoParser::Impl::extract_packages_from_directory | ( | const Pathname & | path, | |
| bool | recursive | |||
| ) |
Definition at line 197 of file RepoParser.cc.
References _consumer, _repositoryId, zypp::data::ResolvableDataConsumer::consumePackage(), DBG, ERR, and zypp::filesystem::readdir().
Referenced by parse().
| void zypp::parser::plaindir::RepoParser::Impl::parse | ( | const Pathname & | reporoot_r | ) |
Main entry to parser.
Definition at line 187 of file RepoParser.cc.
References _ticks, extract_packages_from_directory(), zypp::ProgressData::toMax(), and ZYPP_THROW.
1.5.3