libzypp 17.31.23
zypp::OnMediaLocation Class Reference

Describes a resource file located on a medium. More...

#include <onmedialocation.h>

Classes

class  Impl
 OnMediaLocation implementation. More...
 

Public Member Functions

 OnMediaLocation ()
 Default Ctor indicating no media access.
 
 OnMediaLocation (Pathname filename_r, unsigned medianr_r=1)
 Ctor taking a filename_r and medianr_r (defaults to 1).
 
 ~OnMediaLocation ()
 Dtor.
 
const Pathnamefilename () const
 The path to the resource on the medium.
 
unsigned medianr () const
 The media number the resource is located on.
 
OnMediaLocationsetLocation (Pathname filename_r, unsigned medianr_r=1)
 Set filename_r and medianr_r (defaults to 1).
 
OnMediaLocationunsetLocation ()
 Unset filename and set medianr to 0.
 
OnMediaLocationchangeFilename (Pathname filename_r)
 Individual manipulation of filename (prefer setLocation).
 
OnMediaLocationchangeMedianr (unsigned medianr_r)
 Individual manipulation of medianr (prefer setLocation).
 
OnMediaLocationprependPath (const Pathname &prefix_r)
 Prepend the filename with prefix_r.
 
bool optional () const
 Whether this is an optional resource.
 
OnMediaLocationsetOptional (bool val)
 Set whether the resource is optional.
 
const ByteCountdownloadSize () const
 The size of the resource on the server.
 
OnMediaLocationsetDownloadSize (ByteCount val_r)
 Set the downloadSize.
 
const CheckSumchecksum () const
 The checksum of the resource on the server.
 
OnMediaLocationsetChecksum (CheckSum val_r)
 Set the checksum.
 
const ByteCountopenSize () const
 The size of the resource once it has been uncompressed or unpacked.
 
OnMediaLocationsetOpenSize (ByteCount val_r)
 Set the openSize.
 
const CheckSumopenChecksum () const
 The checksum of the resource once it has been uncompressed or unpacked.
 
OnMediaLocationsetOpenChecksum (CheckSum val_r)
 Set the openChecksum.
 
const ByteCountheaderSize () const
 The size of the header prepending the resource (e.g.
 
OnMediaLocationsetHeaderSize (ByteCount val_r)
 Set the headerSize.
 
const CheckSumheaderChecksum () const
 The checksum of the header prepending the resource (e.g.
 
OnMediaLocationsetHeaderChecksum (CheckSum val_r)
 Set the headerChecksum.
 
const Pathnamedeltafile () const
 The existing deltafile that can be used to reduce download size ( zchunk or metalink )
 
OnMediaLocationsetDeltafile (Pathname path)
 Set the deltafile.
 

Private Attributes

RWCOW_pointer< Impl_pimpl
 Implementation class.
 

Friends

std::ostream & operator<< (std::ostream &str, const OnMediaLocation &obj)
 
std::ostream & dumpOn (std::ostream &str, const OnMediaLocation &obj)
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const OnMediaLocation &obj)
 Stream output.
 
std::ostream & dumOn (std::ostream &str, const OnMediaLocation &obj)
 Verbose stream output.
 

Detailed Description

Describes a resource file located on a medium.

Holds the path of a resource on a medium and contains additional info required to retrieve and verify it (like media number, checksum, size,...)

It does not specify the Url of the medium itself.

Media number 0 usually indicates no media access.

Definition at line 36 of file onmedialocation.h.

Constructor & Destructor Documentation

◆ OnMediaLocation() [1/2]

zypp::OnMediaLocation::OnMediaLocation ( )

Default Ctor indicating no media access.

Definition at line 75 of file onmedialocation.cc.

◆ OnMediaLocation() [2/2]

zypp::OnMediaLocation::OnMediaLocation ( Pathname  filename_r,
unsigned  medianr_r = 1 
)

Ctor taking a filename_r and medianr_r (defaults to 1).

Definition at line 79 of file onmedialocation.cc.

◆ ~OnMediaLocation()

zypp::OnMediaLocation::~OnMediaLocation ( )

Dtor.

Definition at line 83 of file onmedialocation.cc.

Member Function Documentation

◆ filename()

const Pathname & zypp::OnMediaLocation::filename ( ) const

The path to the resource on the medium.

Definition at line 87 of file onmedialocation.cc.

◆ medianr()

unsigned zypp::OnMediaLocation::medianr ( ) const

The media number the resource is located on.

Definition at line 90 of file onmedialocation.cc.

◆ setLocation()

OnMediaLocation & zypp::OnMediaLocation::setLocation ( Pathname  filename_r,
unsigned  medianr_r = 1 
)

Set filename_r and medianr_r (defaults to 1).

Definition at line 93 of file onmedialocation.cc.

◆ unsetLocation()

OnMediaLocation & zypp::OnMediaLocation::unsetLocation ( )

Unset filename and set medianr to 0.

Definition at line 96 of file onmedialocation.cc.

◆ changeFilename()

OnMediaLocation & zypp::OnMediaLocation::changeFilename ( Pathname  filename_r)

Individual manipulation of filename (prefer setLocation).

Definition at line 99 of file onmedialocation.cc.

◆ changeMedianr()

OnMediaLocation & zypp::OnMediaLocation::changeMedianr ( unsigned  medianr_r)

Individual manipulation of medianr (prefer setLocation).

Definition at line 102 of file onmedialocation.cc.

◆ prependPath()

OnMediaLocation & zypp::OnMediaLocation::prependPath ( const Pathname prefix_r)

Prepend the filename with prefix_r.

Definition at line 105 of file onmedialocation.cc.

◆ optional()

bool zypp::OnMediaLocation::optional ( ) const

Whether this is an optional resource.

This is a hint to the downloader not to report an error if the resource is not present on the server.

Definition at line 108 of file onmedialocation.cc.

◆ setOptional()

OnMediaLocation & zypp::OnMediaLocation::setOptional ( bool  val)

Set whether the resource is optional.

Definition at line 111 of file onmedialocation.cc.

◆ downloadSize()

const ByteCount & zypp::OnMediaLocation::downloadSize ( ) const

The size of the resource on the server.

Definition at line 114 of file onmedialocation.cc.

◆ setDownloadSize()

OnMediaLocation & zypp::OnMediaLocation::setDownloadSize ( ByteCount  val_r)

Set the downloadSize.

Definition at line 117 of file onmedialocation.cc.

◆ checksum()

const CheckSum & zypp::OnMediaLocation::checksum ( ) const

The checksum of the resource on the server.

Definition at line 120 of file onmedialocation.cc.

◆ setChecksum()

OnMediaLocation & zypp::OnMediaLocation::setChecksum ( CheckSum  val_r)

Set the checksum.

Definition at line 123 of file onmedialocation.cc.

◆ openSize()

const ByteCount & zypp::OnMediaLocation::openSize ( ) const

The size of the resource once it has been uncompressed or unpacked.

Definition at line 126 of file onmedialocation.cc.

◆ setOpenSize()

OnMediaLocation & zypp::OnMediaLocation::setOpenSize ( ByteCount  val_r)

Set the openSize.

Definition at line 129 of file onmedialocation.cc.

◆ openChecksum()

const CheckSum & zypp::OnMediaLocation::openChecksum ( ) const

The checksum of the resource once it has been uncompressed or unpacked.

Definition at line 132 of file onmedialocation.cc.

◆ setOpenChecksum()

OnMediaLocation & zypp::OnMediaLocation::setOpenChecksum ( CheckSum  val_r)

Set the openChecksum.

Definition at line 135 of file onmedialocation.cc.

◆ headerSize()

const ByteCount & zypp::OnMediaLocation::headerSize ( ) const

The size of the header prepending the resource (e.g.

for zchunk).

Definition at line 138 of file onmedialocation.cc.

◆ setHeaderSize()

OnMediaLocation & zypp::OnMediaLocation::setHeaderSize ( ByteCount  val_r)

Set the headerSize.

Definition at line 141 of file onmedialocation.cc.

◆ headerChecksum()

const CheckSum & zypp::OnMediaLocation::headerChecksum ( ) const

The checksum of the header prepending the resource (e.g.

for zchunk).

Definition at line 144 of file onmedialocation.cc.

◆ setHeaderChecksum()

OnMediaLocation & zypp::OnMediaLocation::setHeaderChecksum ( CheckSum  val_r)

Set the headerChecksum.

Definition at line 147 of file onmedialocation.cc.

◆ deltafile()

const Pathname & zypp::OnMediaLocation::deltafile ( ) const

The existing deltafile that can be used to reduce download size ( zchunk or metalink )

Definition at line 150 of file onmedialocation.cc.

◆ setDeltafile()

OnMediaLocation & zypp::OnMediaLocation::setDeltafile ( Pathname  path)

Set the deltafile.

Definition at line 153 of file onmedialocation.cc.

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream & operator<< ( std::ostream &  str,
const OnMediaLocation obj 
)
friend

Definition at line 156 of file onmedialocation.cc.

◆ dumpOn

std::ostream & dumpOn ( std::ostream &  str,
const OnMediaLocation obj 
)
friend

Definition at line 159 of file onmedialocation.cc.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  str,
const OnMediaLocation obj 
)
related

Stream output.

Definition at line 156 of file onmedialocation.cc.

◆ dumOn()

std::ostream & dumOn ( std::ostream &  str,
const OnMediaLocation obj 
)
related

Verbose stream output.

Member Data Documentation

◆ _pimpl

RWCOW_pointer<Impl> zypp::OnMediaLocation::_pimpl
private

Implementation class.

Pointer to implementation.

Definition at line 126 of file onmedialocation.h.


The documentation for this class was generated from the following files: