libzypp  15.28.6
zypp::target Namespace Reference

Namespaces

 rpm
 
 hal
 

Classes

class  RepoProvidePackage
 Default PackageProvider for CommitPackageCache. More...
 
class  CommitPackageCache
 Target::commit helper optimizing package provision. More...
 
struct  IMediaKey
 Helper storing a source id and media number. More...
 
class  CommitPackageCacheReadAhead
 
class  HardLocksFile
 Save and restore hardlocks. More...
 
class  Modalias
 Hardware abstaction layer singleton. More...
 
class  RequestedLocalesFile
 Save and restore locale set from file. More...
 
class  RpmPostTransCollector
 Extract and remember posttrans scripts for later execution. More...
 
class  SolvIdentFile
 Save and restore a list of solvable names (ident IdString) More...
 
class  RpmInstallPackageReceiver
 
class  RpmRemovePackageReceiver
 
class  TargetException
 Just inherits Exception to separate target exceptions. More...
 
class  TargetAbortedException
 
class  TargetImpl
 Base class for concrete Target implementations. More...
 
struct  PatchMessageReport
 Request to display the pre commit message of a patch. More...
 
struct  PatchScriptReport
 Indicate execution of a patch script. More...
 
class  FindFileConflictstReport
 Check for package file conflicts in commit (after download) More...
 

Functions

std::ostream & operator<< (std::ostream &str, const CommitPackageCache &obj)
 
std::ostream & operator<< (std::ostream &str, const IMediaKey &obj)
 
std::ostream & operator<< (std::ostream &str, const HardLocksFile &obj)
 
std::ostream & operator<< (std::ostream &str, const Modalias &obj)
 
std::ostream & operator<< (std::ostream &str, const RequestedLocalesFile &obj)
 
std::ostream & operator<< (std::ostream &str, const RpmPostTransCollector &obj)
 
std::ostream & dumpOn (std::ostream &str, const RpmPostTransCollector &obj)
 
std::ostream & operator<< (std::ostream &str, const SolvIdentFile &obj)
 
void writeUpgradeTestcase ()
 
void XRunUpdateMessages (const Pathname &root_r, const Pathname &messagesPath_r, const std::vector< sat::Solvable > &checkPackages_r, ZYppCommitResult &result_r)
 
 IMPL_PTR_TYPE (TargetImpl)
 
static std::string generateRandomId ()
 generates a random id using uuidgen More...
 
void updateFileContent (const Pathname &filename, boost::function< bool()> condition, boost::function< string()> value)
 updates the content of filename if condition is true, setting the content the the value returned by value More...
 
static bool fileMissing (const Pathname &pathname)
 helper functor More...
 
 DEFINE_PTR_TYPE (TargetImpl)
 

Function Documentation

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const CommitPackageCache &  obj 
)
related

Definition at line 152 of file CommitPackageCache.cc.

std::ostream & zypp::target::operator<< ( std::ostream &  str,
const IMediaKey &  obj 
)

Definition at line 36 of file CommitPackageCacheReadAhead.cc.

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const HardLocksFile &  obj 
)
related

Definition at line 72 of file HardLocksFile.cc.

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const Modalias &  obj 
)
related

Definition at line 213 of file Modalias.cc.

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const RequestedLocalesFile &  obj 
)
related

Definition at line 80 of file RequestedLocalesFile.cc.

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const RpmPostTransCollector &  obj 
)
related

Definition at line 193 of file RpmPostTransCollector.cc.

std::ostream& zypp::target::dumpOn ( std::ostream &  str,
const RpmPostTransCollector &  obj 
)

Definition at line 196 of file RpmPostTransCollector.cc.

std::ostream& zypp::target::operator<< ( std::ostream &  str,
const SolvIdentFile &  obj 
)
related

Definition at line 80 of file SolvIdentFile.cc.

void zypp::target::writeUpgradeTestcase ( )

Definition at line 247 of file TargetImpl.cc.

void zypp::target::XRunUpdateMessages ( const Pathname &  root_r,
const Pathname &  messagesPath_r,
const std::vector< sat::Solvable > &  checkPackages_r,
ZYppCommitResult &  result_r 
)

Definition at line 668 of file TargetImpl.cc.

zypp::target::IMPL_PTR_TYPE ( TargetImpl  )
static std::string zypp::target::generateRandomId ( )
static

generates a random id using uuidgen

Definition at line 701 of file TargetImpl.cc.

void zypp::target::updateFileContent ( const Pathname &  filename,
boost::function< bool()>  condition,
boost::function< string()>  value 
)

updates the content of filename if condition is true, setting the content the the value returned by value

Definition at line 712 of file TargetImpl.cc.

static bool zypp::target::fileMissing ( const Pathname &  pathname)
static

helper functor

Definition at line 747 of file TargetImpl.cc.

zypp::target::DEFINE_PTR_TYPE ( TargetImpl  )