libzypp  10.5.0
zypp::repo::RepoMirrorList Class Reference

#include <RepoMirrorList.h>

List of all members.

Public Member Functions

 RepoMirrorList (const Url &url)
 RepoMirrorList (const Url &url, const Pathname &metadatapath)
virtual ~RepoMirrorList ()
std::vector< UrlgetUrls () const

Private Member Functions

void setUrls (std::vector< Url > my_urls)
std::vector< UrlparseXML (const Pathname &tmpfile) const
std::vector< UrlparseTXT (const Pathname &tmpfile) const

Private Attributes

std::vector< Urlurls

Detailed Description

Definition at line 21 of file RepoMirrorList.h.


Constructor & Destructor Documentation

zypp::repo::RepoMirrorList::RepoMirrorList ( const Url url)

Definition at line 82 of file RepoMirrorList.cc.

zypp::repo::RepoMirrorList::RepoMirrorList ( const Url url,
const Pathname &  metadatapath 
)

Definition at line 32 of file RepoMirrorList.cc.

zypp::repo::RepoMirrorList::~RepoMirrorList ( ) [virtual]

Definition at line 153 of file RepoMirrorList.cc.


Member Function Documentation

std::vector< Url > zypp::repo::RepoMirrorList::getUrls ( ) const

Definition at line 148 of file RepoMirrorList.cc.

void zypp::repo::RepoMirrorList::setUrls ( std::vector< Url my_urls) [private]

Definition at line 110 of file RepoMirrorList.cc.

std::vector< Url > zypp::repo::RepoMirrorList::parseXML ( const Pathname &  tmpfile) const [private]

Definition at line 128 of file RepoMirrorList.cc.

std::vector< Url > zypp::repo::RepoMirrorList::parseTXT ( const Pathname &  tmpfile) const [private]

Definition at line 136 of file RepoMirrorList.cc.


Member Data Documentation

std::vector<Url> zypp::repo::RepoMirrorList::urls [private]

Definition at line 31 of file RepoMirrorList.h.


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