12 #ifndef ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
13 #define ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
26 using namespace zypp::filesystem;
71 Target_Ptr target()
const;
83 void initializeTarget(
const Pathname & root,
bool doRebuild_r );
94 void installSrcPackage(
const SrcPackage_constPtr & srcPackage_r );
97 ManagedFile provideSrcPackage(
const SrcPackage_constPtr & srcPackage_r );
101 Pathname homePath()
const;
104 Pathname tmpPath()
const;
107 void setHomePath(
const Pathname & path );
137 #endif // ZYPP_ZYPP_DETAIL_ZYPPIMPL_H
Result returned from ZYpp::commit.
ResPool::instance().proxy();.
std::set< MountPoint > MountPointSet
shared_ptr< DiskUsageCounter > _disk_usage
defined mount points, used for disk usage counting
ResPoolProxy proxy() const
preliminary
Options and policies for ZYpp::commit.
KeyRing_Ptr keyRing() const
ResPoolProxy poolProxy() const
Reference counted access to a _Tp object calling a custom Dispose function when the last AutoDispose ...
Target_Ptr getTarget() const
Same as target but returns NULL if target is not initialized, instead of throwing.
Resolver_Ptr resolver() const
std::ostream & operator<<(std::ostream &str, const Glob &obj)
static ResPool instance()
Singleton ctor.