22#include <zypp-core/OnMediaLocation>
26#include <zypp-core/ui/ProgressData>
148 void setOptions( Options options );
154 Options options()
const;
253 bool recursive =
false,
297 bool recursive =
false,
304 void addCachePath(
const Pathname &cache_dir );
315 void addCachePath(
const Pathname &cache_dir, CacheOptions options );
339 void start(
const Pathname &dest_dir,
351 void start(
const Pathname &dest_dir,
363 std::ostream &
operator<<( std::ostream &
str,
const Fetcher & obj );
This class allows to retrieve a group of files in a confortable way, providing some smartness that do...
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
Option
Various option flags to change behavior.
@ AutoAddIndexes
If a content or CHECKSUMS file is found, it is downloaded and read.
@ AutoAddChecksumsIndexes
If a CHECKSUMS file is found, it is downloaded and read.
@ AutoAddContentFileIndexes
If a content file is found, it is downloaded and read.
function< bool(const ProgressData &)> ReceiverFnc
Most simple version of progress reporting The percentage in most cases.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
function< void(const Pathname &file)> FileChecker
Functor signature used to check files.
RW_pointer supporting 'copy on write' functionality.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....
#define ZYPP_DECLARE_OPERATORS_FOR_FLAGS(Name)
#define ZYPP_DECLARE_FLAGS(Name, Enum)