libzypp
10.5.0
|
#include <RepoMirrorList.h>
Public Member Functions | |
RepoMirrorList (const Url &url) | |
RepoMirrorList (const Url &url, const Pathname &metadatapath) | |
virtual | ~RepoMirrorList () |
std::vector< Url > | getUrls () const |
Private Member Functions | |
void | setUrls (std::vector< Url > my_urls) |
std::vector< Url > | parseXML (const Pathname &tmpfile) const |
std::vector< Url > | parseTXT (const Pathname &tmpfile) const |
Private Attributes | |
std::vector< Url > | urls |
Definition at line 21 of file RepoMirrorList.h.
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.
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.
std::vector<Url> zypp::repo::RepoMirrorList::urls [private] |
Definition at line 31 of file RepoMirrorList.h.