#include <ZYppImpl.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const ZYppImpl &obj) |
|
Definition at line 40 of file ZYppImpl.h.
zypp::zypp_detail::ZYppImpl::ZYppImpl |
( |
| ) |
|
zypp::zypp_detail::ZYppImpl::~ZYppImpl |
( |
| ) |
|
ResPool zypp::zypp_detail::ZYppImpl::pool |
( |
void |
| ) |
const |
|
inline |
ResPoolProxy zypp::zypp_detail::ZYppImpl::poolProxy |
( |
| ) |
const |
|
inline |
KeyRing_Ptr zypp::zypp_detail::ZYppImpl::keyRing |
( |
| ) |
const |
|
inline |
Resolver_Ptr zypp::zypp_detail::ZYppImpl::resolver |
( |
| ) |
const |
|
inline |
Target_Ptr zypp::zypp_detail::ZYppImpl::target |
( |
| ) |
const |
Target_Ptr zypp::zypp_detail::ZYppImpl::getTarget |
( |
| ) |
const |
|
inline |
Same as target but returns NULL if target is not initialized, instead of throwing.
Definition at line 76 of file ZYppImpl.h.
void zypp::zypp_detail::ZYppImpl::initializeTarget |
( |
const Pathname & |
root, |
|
|
bool |
doRebuild_r |
|
) |
| |
- Exceptions
-
Exception | true, just init the target, dont populate store or pool |
Definition at line 94 of file ZYppImpl.cc.
void zypp::zypp_detail::ZYppImpl::finishTarget |
( |
| ) |
|
Commit changes and transactions.
- Todo:
- Remove workflow from target, lot's of it could be done here, and target used for transact.
Definition at line 123 of file ZYppImpl.cc.
void zypp::zypp_detail::ZYppImpl::installSrcPackage |
( |
const SrcPackage_constPtr & |
srcPackage_r | ) |
|
ManagedFile zypp::zypp_detail::ZYppImpl::provideSrcPackage |
( |
const SrcPackage_constPtr & |
srcPackage_r | ) |
|
Pathname zypp::zypp_detail::ZYppImpl::homePath |
( |
| ) |
const |
Get the path where zypp related plugins store persistent data and caches.
Definition at line 175 of file ZYppImpl.cc.
Pathname zypp::zypp_detail::ZYppImpl::tmpPath |
( |
| ) |
const |
Get the path where zypp related plugins store tmp data.
Definition at line 181 of file ZYppImpl.cc.
void zypp::zypp_detail::ZYppImpl::setHomePath |
( |
const Pathname & |
path | ) |
|
set the home, if you need to change it
Definition at line 178 of file ZYppImpl.cc.
std::ostream& operator<< |
( |
std::ostream & |
str, |
|
|
const ZYppImpl & |
obj |
|
) |
| |
|
friend |
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const ZYppImpl & |
obj |
|
) |
| |
|
related |
Target_Ptr zypp::zypp_detail::ZYppImpl::_target |
|
private |
Resolver_Ptr zypp::zypp_detail::ZYppImpl::_resolver |
|
private |
KeyRing_Ptr zypp::zypp_detail::ZYppImpl::_keyring |
|
private |
Pathname zypp::zypp_detail::ZYppImpl::_home_path |
|
private |
defined mount points, used for disk usage counting
Definition at line 124 of file ZYppImpl.h.
The documentation for this class was generated from the following files: