#include <Testcase.h>
Public Member Functions | |
| HelixControl (const std::string &controlPath, const RepositoryTable &sourceTable, const Arch &systemArchitecture, const PoolItemList &languages, const std::string &systemPath="solver-system.xml") | |
| HelixControl () | |
| ~HelixControl () | |
| void | installResolvable (const ResObject::constPtr &resObject) |
| void | lockResolvable (const ResObject::constPtr &resObject) |
| void | deleteResolvable (const ResObject::constPtr &resObject) |
| void | addDependencies (const CapSet &capRequire, const CapSet &capConflict) |
| std::string | filename () |
Private Attributes | |
| std::string | dumpFile |
| std::ofstream * | file |
Definition at line 88 of file Testcase.h.
| zypp::solver::detail::HelixControl::HelixControl | ( | const std::string & | controlPath, | |
| const RepositoryTable & | sourceTable, | |||
| const Arch & | systemArchitecture, | |||
| const PoolItemList & | languages, | |||
| const std::string & | systemPath = "solver-system.xml" | |||
| ) |
Definition at line 332 of file Testcase.cc.
References file, zypp::Repository::numericId(), zypp::str::numstring(), TAB, and ZYPP_THROW.
| zypp::solver::detail::HelixControl::HelixControl | ( | ) |
| zypp::solver::detail::HelixControl::~HelixControl | ( | ) |
| void zypp::solver::detail::HelixControl::installResolvable | ( | const ResObject::constPtr & | resObject | ) |
Definition at line 379 of file Testcase.cc.
References file, zypp::Repository::numericId(), zypp::str::numstring(), and zypp::str::toLower().
| void zypp::solver::detail::HelixControl::lockResolvable | ( | const ResObject::constPtr & | resObject | ) |
Definition at line 388 of file Testcase.cc.
References file, zypp::Repository::numericId(), zypp::str::numstring(), and zypp::str::toLower().
| void zypp::solver::detail::HelixControl::deleteResolvable | ( | const ResObject::constPtr & | resObject | ) |
| std::string zypp::solver::detail::HelixControl::filename | ( | ) | [inline] |
std::string zypp::solver::detail::HelixControl::dumpFile [private] |
std::ofstream* zypp::solver::detail::HelixControl::file [private] |
Definition at line 92 of file Testcase.h.
Referenced by addDependencies(), deleteResolvable(), HelixControl(), installResolvable(), lockResolvable(), and ~HelixControl().
1.5.3