libzypp  15.28.6
Applydeltarpm.h File Reference
#include <iosfwd>
#include <string>
#include "zypp/base/Function.h"
#include "zypp/Pathname.h"
Include dependency graph for Applydeltarpm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::applydeltarpm
 Namespace wrapping invocations of /usr/bin/applydeltarpm.
 

Functions

bool zypp::applydeltarpm::haveApplydeltarpm ()
 Test whether an execuatble applydeltarpm program is available. More...
 
Check if reconstruction of rpm is possible.
See Also
man applydeltarpm
bool zypp::applydeltarpm::check (const std::string &sequenceinfo_r, bool quick_r=false)
 Check via sequence info. More...
 
bool zypp::applydeltarpm::check (const Pathname &delta_r, bool quick_r=false)
 Check via deltarpm. More...
 
bool zypp::applydeltarpm::quickcheck (const std::string &sequenceinfo_r)
 Quick via check sequence info. More...
 
bool zypp::applydeltarpm::quickcheck (const Pathname &delta_r)
 Quick check via deltarpm. More...
 

Re-create a new rpm from binary delta.

See Also
man applydeltarpm
typedef function< void(unsigned)> zypp::applydeltarpm::Progress
 progress reporting More...
 
bool zypp::applydeltarpm::provide (const Pathname &delta_r, const Pathname &new_r, const Progress &report_r=Progress())
 Apply a binary delta to on-disk data to re-create a new rpm. More...
 
bool zypp::applydeltarpm::provide (const Pathname &old_r, const Pathname &delta_r, const Pathname &new_r, const Progress &report_r=Progress())
 Apply a binary delta to an old rpm to re-create a new rpm. More...