12#ifndef ZYPP_REPO_REPOPROVIDEFILE_H
13#define ZYPP_REPO_REPOPROVIDEFILE_H
17#include <zypp/base/PtrTypes.h>
18#include <zypp/base/Function.h>
21#include <zypp/ManagedFile.h>
22#include <zypp-core/OnMediaLocation>
47 const OnMediaLocation & loc_r,
48 const ProvideFilePolicy & policy_r = ProvideFilePolicy() );
RepoManager implementation.
Policy for provideFile and RepoMediaAccess.
What is known about a repository.
ManagedFile provideFile(RepoInfo repo_r, const OnMediaLocation &loc_r, const ProvideFilePolicy &policy_r)
Provide a file from a Repository.
Easy-to use interface to the ZYPP dependency resolver.
AutoDispose< const Pathname > ManagedFile
A Pathname plus associated cleanup code to be executed when path is no longer needed.
Wrapper for const correct access via Smart pointer types.