12 #ifndef ZYPP_FETCHER_H 13 #define ZYPP_FETCHER_H 22 #include <zypp-core/OnMediaLocation> 26 #include <zypp-core/ui/ProgressData> 123 AutoAddContentFileIndexes = 0x0001,
128 AutoAddChecksumsIndexes = 0x0002,
133 AutoAddIndexes = AutoAddContentFileIndexes | AutoAddChecksumsIndexes,
148 void setOptions( Options options );
154 Options options()
const;
253 bool recursive =
false,
297 bool recursive =
false,
304 void addCachePath(
const Pathname &cache_dir );
328 void start(
const Pathname &dest_dir,
340 void start(
const Pathname &dest_dir,
357 #endif // ZYPP_FETCHER_H
ZYPP_DECLARE_FLAGS(VendorSupportOptions, VendorSupportOption)
Option
Various option flags to change behavior.
function< bool(const ProgressData &)> ReceiverFnc
Most simple version of progress reporting The percentage in most cases.
ZYPP_DECLARE_OPERATORS_FOR_FLAGS(DiskUsageCounter::MountPoint::HintFlags)
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
function< void(const Pathname &file)> FileChecker
Functor signature used to check files.
Easy-to use interface to the ZYPP dependency resolver.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3...
This class allows to retrieve a group of files in a confortable way, providing some smartness that do...