|
| | RepoManagerPrivate (ContextRef ctx, RepoManagerOptions repoOpts, RepoManager &p) |
| |
| AsyncOpRef< expected< zypp::repo::RepoType > > | probe (const zypp::Url &url, const zypp::Pathname &path=zypp::Pathname()) const |
| |
| void | removeRepository (const zypp::RepoInfo &info, const zypp::ProgressData::ReceiverFnc &) override |
| |
| | BasePrivate (Base &b) |
| |
| virtual | ~BasePrivate () |
| |
| virtual void | init () |
| |
| | RepoManagerBaseImpl (RepoManagerOptions &&opt) |
| |
| virtual | ~RepoManagerBaseImpl () |
| |
| 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 |
| |
| void | cleanMetadata (const RepoInfo &info, OPT_PROGRESS) |
| |
| void | cleanPackages (const RepoInfo &info, OPT_PROGRESS, bool isAutoClean=false) |
| |
| 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 | addProbedRepository (const RepoInfo &info, repo::RepoType probedType) |
| |
| virtual void | removeRepository (const RepoInfo &info, OPT_PROGRESS)=0 |
| |
| void | modifyRepository (const std::string &alias, const RepoInfo &newinfo_r, OPT_PROGRESS) |
| |
| RepoInfo | getRepositoryInfo (const std::string &alias) |
| |
| RepoInfo | getRepositoryInfo (const Url &url, const url::ViewOption &urlview) |
| |
| 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 | modifyService (const std::string &oldAlias, const ServiceInfo &newService) |
| |
Definition at line 18 of file repomanager_p.h.