Go to the documentation of this file.
12 #ifndef ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
13 #define ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
135 #endif // ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
void installSrcPackage(const SrcPackage_constPtr &srcPackage_r)
Install a source package on the Target.
ResPoolProxy proxy() const
preliminary
void setPartitions(const DiskUsageCounter::MountPointSet &mp)
static ResPool instance()
Singleton ctor.
Pathname homePath() const
Get the path where zypp related plugins store persistent data and caches
ManagedFile provideSrcPackage(const SrcPackage_constPtr &srcPackage_r)
Install a source package on the Target.
Target_Ptr target() const
Target_Ptr getTarget() const
Same as target but returns NULL if target is not initialized, instead of throwing.
Resolver_Ptr resolver() const
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & operator<<(std::ostream &str, const ZYppImpl &obj)
Result returned from ZYpp::commit.
KeyRing_Ptr keyRing() const
DiskUsageCounter::MountPointSet diskUsage()
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
std::set< MountPoint > MountPointSet
ResPool::instance().proxy();.
ZYppCommitResult commit(const ZYppCommitPolicy &policy_r)
Commit changes and transactions.
void initializeTarget(const Pathname &root, bool doRebuild_r)
shared_ptr< DiskUsageCounter > _disk_usage
defined mount points, used for disk usage counting
Pathname tmpPath() const
Get the path where zypp related plugins store tmp data
String related utilities and Regular expression matching.
ResPoolProxy poolProxy() const
Options and policies for ZYpp::commit.
DiskUsageCounter::MountPointSet getPartitions() const
void setHomePath(const Pathname &path)
set the home, if you need to change it
friend std::ostream & operator<<(std::ostream &str, const ZYppImpl &obj)