libzypp  13.10.6
zypp::RepoManager::Impl Class Reference

RepoManager implementation. More...

Public Member Functions

 Impl (const RepoManagerOptions &opt)
 
bool repoEmpty () const
 
RepoSizeType repoSize () const
 
RepoConstIterator repoBegin () const
 
RepoConstIterator repoEnd () const
 
bool hasRepo (const std::string &alias) const
 
RepoInfo getRepo (const std::string &alias) const
 
Pathname metadataPath (const RepoInfo &info) const
 
Pathname packagesPath (const RepoInfo &info) const
 
RepoStatus metadataStatus (const RepoInfo &info) const
 
RefreshCheckStatus checkIfToRefreshMetadata (const RepoInfo &info, const Url &url, RawMetadataRefreshPolicy policy)
 
void refreshMetadata (const RepoInfo &info, RawMetadataRefreshPolicy policy, OPT_PROGRESS)
 
void cleanMetadata (const RepoInfo &info, OPT_PROGRESS)
 
void cleanPackages (const RepoInfo &info, OPT_PROGRESS)
 
void buildCache (const RepoInfo &info, CacheBuildPolicy policy, OPT_PROGRESS)
 
repo::RepoType probe (const Url &url, const Pathname &path=Pathname()) const
 
void cleanCacheDirGarbage (OPT_PROGRESS)
 
void cleanCache (const RepoInfo &info, OPT_PROGRESS)
 
bool isCached (const RepoInfo &info) const
 
RepoStatus cacheStatus (const RepoInfo &info) const
 
void loadFromCache (const RepoInfo &info, OPT_PROGRESS)
 
void addRepository (const RepoInfo &info, OPT_PROGRESS)
 
void addRepositories (const Url &url, OPT_PROGRESS)
 
void removeRepository (const RepoInfo &info, OPT_PROGRESS)
 
void modifyRepository (const std::string &alias, const RepoInfo &newinfo_r, OPT_PROGRESS)
 
RepoInfo getRepositoryInfo (const std::string &alias, OPT_PROGRESS)
 
RepoInfo getRepositoryInfo (const Url &url, const url::ViewOption &urlview, OPT_PROGRESS)
 
bool serviceEmpty () const
 
ServiceSizeType serviceSize () const
 
ServiceConstIterator serviceBegin () const
 
ServiceConstIterator serviceEnd () const
 
bool hasService (const std::string &alias) const
 
ServiceInfo getService (const std::string &alias) const
 
void addService (const ServiceInfo &service)
 
void addService (const std::string &alias, const Url &url)
 
void removeService (const std::string &alias)
 
void removeService (const ServiceInfo &service)
 
void refreshServices ()
 
void refreshService (const std::string &alias)
 
void refreshService (const ServiceInfo &service)
 
void modifyService (const std::string &oldAlias, const ServiceInfo &newService)
 
repo::ServiceType probeService (const Url &url) const
 

Private Member Functions

void saveService (ServiceInfo &service) const
 
Pathname generateNonExistingName (const Pathname &dir, const std::string &basefilename) const
 Generate a non existing filename in a directory, using a base name. More...
 
std::string generateFilename (const RepoInfo &info) const
 
std::string generateFilename (const ServiceInfo &info) const
 
void setCacheStatus (const RepoInfo &info, const RepoStatus &status)
 
void touchIndexFile (const RepoInfo &info)
 
template<typename OutputIterator >
void getRepositoriesInService (const std::string &alias, OutputIterator out) const
 
void init_knownServices ()
 
void init_knownRepositories ()
 
Implclone () const
 clone for RWCOW_pointer More...
 

Private Attributes

RepoManagerOptions _options
 
RepoSet _repos
 
ServiceSet _services
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const RepoManager::Impl &obj)
 

Detailed Description

RepoManager implementation.

Definition at line 423 of file RepoManager.cc.

Constructor & Destructor Documentation

zypp::RepoManager::Impl::Impl ( const RepoManagerOptions opt)
inline

Definition at line 426 of file RepoManager.cc.

Member Function Documentation

bool zypp::RepoManager::Impl::repoEmpty ( ) const
inline

Definition at line 434 of file RepoManager.cc.

RepoSizeType zypp::RepoManager::Impl::repoSize ( ) const
inline

Definition at line 435 of file RepoManager.cc.

RepoConstIterator zypp::RepoManager::Impl::repoBegin ( ) const
inline

Definition at line 436 of file RepoManager.cc.

RepoConstIterator zypp::RepoManager::Impl::repoEnd ( ) const
inline

Definition at line 437 of file RepoManager.cc.

bool zypp::RepoManager::Impl::hasRepo ( const std::string &  alias) const
inline

Definition at line 439 of file RepoManager.cc.

RepoInfo zypp::RepoManager::Impl::getRepo ( const std::string &  alias) const
inline

Definition at line 442 of file RepoManager.cc.

Pathname zypp::RepoManager::Impl::metadataPath ( const RepoInfo info) const
inline

Definition at line 449 of file RepoManager.cc.

Pathname zypp::RepoManager::Impl::packagesPath ( const RepoInfo info) const
inline

Definition at line 452 of file RepoManager.cc.

RepoStatus zypp::RepoManager::Impl::metadataStatus ( const RepoInfo info) const

Definition at line 714 of file RepoManager.cc.

RepoManager::RefreshCheckStatus zypp::RepoManager::Impl::checkIfToRefreshMetadata ( const RepoInfo info,
const Url url,
RawMetadataRefreshPolicy  policy 
)

Definition at line 799 of file RepoManager.cc.

void zypp::RepoManager::Impl::refreshMetadata ( const RepoInfo info,
RawMetadataRefreshPolicy  policy,
OPT_PROGRESS   
)

Given a downloader, sets the other repos raw metadata path as cache paths for the fetcher, so if another repo has the same file, it will not download it but copy it from the other repository

Definition at line 948 of file RepoManager.cc.

void zypp::RepoManager::Impl::cleanMetadata ( const RepoInfo info,
OPT_PROGRESS   
)

Definition at line 1096 of file RepoManager.cc.

void zypp::RepoManager::Impl::cleanPackages ( const RepoInfo info,
OPT_PROGRESS   
)

Definition at line 1106 of file RepoManager.cc.

void zypp::RepoManager::Impl::buildCache ( const RepoInfo info,
CacheBuildPolicy  policy,
OPT_PROGRESS   
)

Definition at line 1116 of file RepoManager.cc.

repo::RepoType zypp::RepoManager::Impl::probe ( const Url url,
const Pathname &  path = Pathname() 
) const

Definition at line 1265 of file RepoManager.cc.

void zypp::RepoManager::Impl::cleanCacheDirGarbage ( OPT_PROGRESS  )

Definition at line 1351 of file RepoManager.cc.

void zypp::RepoManager::Impl::cleanCache ( const RepoInfo info,
OPT_PROGRESS   
)

Definition at line 1398 of file RepoManager.cc.

bool zypp::RepoManager::Impl::isCached ( const RepoInfo info) const
inline

Definition at line 473 of file RepoManager.cc.

RepoStatus zypp::RepoManager::Impl::cacheStatus ( const RepoInfo info) const
inline

Definition at line 476 of file RepoManager.cc.

void zypp::RepoManager::Impl::loadFromCache ( const RepoInfo info,
OPT_PROGRESS   
)

Definition at line 1412 of file RepoManager.cc.

void zypp::RepoManager::Impl::addRepository ( const RepoInfo info,
OPT_PROGRESS   
)
Todo:
use a method calling UI callbacks to ask where to save creds?

Definition at line 1452 of file RepoManager.cc.

void zypp::RepoManager::Impl::addRepositories ( const Url url,
OPT_PROGRESS   
)

Definition at line 1543 of file RepoManager.cc.

void zypp::RepoManager::Impl::removeRepository ( const RepoInfo info,
OPT_PROGRESS   
)

Definition at line 1600 of file RepoManager.cc.

void zypp::RepoManager::Impl::modifyRepository ( const std::string &  alias,
const RepoInfo newinfo_r,
OPT_PROGRESS   
)

Definition at line 1687 of file RepoManager.cc.

RepoInfo zypp::RepoManager::Impl::getRepositoryInfo ( const std::string &  alias,
OPT_PROGRESS   
)
RepoInfo zypp::RepoManager::Impl::getRepositoryInfo ( const Url url,
const url::ViewOption urlview,
OPT_PROGRESS   
)
bool zypp::RepoManager::Impl::serviceEmpty ( ) const
inline

Definition at line 493 of file RepoManager.cc.

ServiceSizeType zypp::RepoManager::Impl::serviceSize ( ) const
inline

Definition at line 494 of file RepoManager.cc.

ServiceConstIterator zypp::RepoManager::Impl::serviceBegin ( ) const
inline

Definition at line 495 of file RepoManager.cc.

ServiceConstIterator zypp::RepoManager::Impl::serviceEnd ( ) const
inline

Definition at line 496 of file RepoManager.cc.

bool zypp::RepoManager::Impl::hasService ( const std::string &  alias) const
inline

Definition at line 498 of file RepoManager.cc.

ServiceInfo zypp::RepoManager::Impl::getService ( const std::string &  alias) const
inline

Definition at line 501 of file RepoManager.cc.

void zypp::RepoManager::Impl::addService ( const ServiceInfo service)
Todo:
use a method calling UI callbacks to ask where to save creds?

Definition at line 1775 of file RepoManager.cc.

void zypp::RepoManager::Impl::addService ( const std::string &  alias,
const Url url 
)
inline

Definition at line 509 of file RepoManager.cc.

void zypp::RepoManager::Impl::removeService ( const std::string &  alias)

Definition at line 1804 of file RepoManager.cc.

void zypp::RepoManager::Impl::removeService ( const ServiceInfo service)
inline

Definition at line 513 of file RepoManager.cc.

void zypp::RepoManager::Impl::refreshServices ( )

Definition at line 1860 of file RepoManager.cc.

void zypp::RepoManager::Impl::refreshService ( const std::string &  alias)
Todo:
add callbacks for apps (start, end, repo removed, repo added, repo changed)

Definition at line 1878 of file RepoManager.cc.

void zypp::RepoManager::Impl::refreshService ( const ServiceInfo service)
inline

Definition at line 519 of file RepoManager.cc.

void zypp::RepoManager::Impl::modifyService ( const std::string &  oldAlias,
const ServiceInfo newService 
)
Todo:
do nothing? the repos will be enabled on service refresh
Todo:
how to know the service needs a (auto) refresh????
Todo:
refresh the service automatically if url is changed?

Definition at line 2100 of file RepoManager.cc.

repo::ServiceType zypp::RepoManager::Impl::probeService ( const Url url) const

Definition at line 2167 of file RepoManager.cc.

void zypp::RepoManager::Impl::saveService ( ServiceInfo service) const
private

Definition at line 578 of file RepoManager.cc.

Pathname zypp::RepoManager::Impl::generateNonExistingName ( const Pathname &  dir,
const std::string &  basefilename 
) const
private

Generate a non existing filename in a directory, using a base name.

For example if a directory contains 3 files

|– bar |– foo `– moo

If you try to generate a unique filename for this directory, based on "ruu" you will get "ruu", but if you use the base "foo" you will get "foo_1"

Parameters
dirDirectory where the file needs to be unique
basefilenamestring to base the filename on.

Definition at line 612 of file RepoManager.cc.

std::string zypp::RepoManager::Impl::generateFilename ( const RepoInfo info) const
inlineprivate

Definition at line 531 of file RepoManager.cc.

std::string zypp::RepoManager::Impl::generateFilename ( const ServiceInfo info) const
inlineprivate

Definition at line 534 of file RepoManager.cc.

void zypp::RepoManager::Impl::setCacheStatus ( const RepoInfo info,
const RepoStatus status 
)
inlineprivate

Definition at line 537 of file RepoManager.cc.

void zypp::RepoManager::Impl::touchIndexFile ( const RepoInfo info)
private

Definition at line 762 of file RepoManager.cc.

template<typename OutputIterator >
void zypp::RepoManager::Impl::getRepositoriesInService ( const std::string &  alias,
OutputIterator  out 
) const
inlineprivate

Definition at line 547 of file RepoManager.cc.

void zypp::RepoManager::Impl::init_knownServices ( )
private

Definition at line 627 of file RepoManager.cc.

void zypp::RepoManager::Impl::init_knownRepositories ( )
private

Definition at line 680 of file RepoManager.cc.

Impl* zypp::RepoManager::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 567 of file RepoManager.cc.

Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend
std::ostream & operator<< ( std::ostream &  str,
const RepoManager::Impl obj 
)
related

Stream output

Definition at line 573 of file RepoManager.cc.

Member Data Documentation

RepoManagerOptions zypp::RepoManager::Impl::_options
private

Definition at line 560 of file RepoManager.cc.

RepoSet zypp::RepoManager::Impl::_repos
private

Definition at line 561 of file RepoManager.cc.

ServiceSet zypp::RepoManager::Impl::_services
private

Definition at line 562 of file RepoManager.cc.


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