10 #ifndef ZYPP_MediaSetAccess_H
11 #define ZYPP_MediaSetAccess_H
94 MediaSetAccess(
const std::string & label_r,
const Url &url,
const Pathname & prefered_attach_point =
"" );
228 void releaseFile(
const Pathname & file,
unsigned media_nr = 1 );
277 Pathname
provideDir(
const Pathname & dir,
bool recursive,
unsigned media_nr = 1, ProvideFileOptions options =
PROVIDE_DEFAULT );
293 bool doesFileExist(
const Pathname & file,
unsigned media_nr = 1 );
299 bool dots =
true,
unsigned media_nr = 1 );
347 virtual std::ostream &
dumpOn( std::ostream & str )
const;
363 typedef std::map<media::MediaNr, media::MediaAccessId>
MediaMap;
364 typedef std::map<media::MediaNr, media::MediaVerifierRef >
VerifierMap;
376 {
return obj.
dumpOn( str ); }
381 #endif // ZYPP_SOURCE_MediaSetAccess_H