#include <SuseTagsProductImpl.h>
Inheritance diagram for zypp::source::susetags::SuseTagsProductImpl:
Public Member Functions | |
SuseTagsProductImpl () | |
virtual | ~SuseTagsProductImpl () |
virtual std::string | category () const |
Get the category of the product - addon or base. | |
virtual Label | vendor () const |
Get the vendor of the product. | |
virtual TranslatedText | summary () const |
Short label. | |
virtual Source_Ref | source () const |
Backlink to the source providing this. | |
virtual Url | releaseNotesUrl () const |
virtual std::list< Url > | updateUrls () const |
virtual std::list< std::string > | flags () const |
The product flags. | |
virtual TranslatedText | shortName () const |
Public Attributes | |
std::string | _category |
std::string | _name |
std::string | _version |
std::string | _dist |
std::string | _dist_version |
std::string | _base_product |
std::string | _base_version |
std::string | _you_type |
std::string | _shortlabel |
std::string | _vendor |
Url | _release_notes_url |
std::list< Url > | _update_urls |
std::map< std::string, std::list< std::string > > | _arch |
std::string | _default_base |
Dependencies | _deps |
std::list< std::string > | _languages |
TranslatedText | _summary |
std::string | _description_dir |
std::string | _data_dir |
std::list< std::string > | _flags |
std::string | _language |
std::string | _timezone |
std::map< std::string, CheckSum > | _descr_files_checksums |
std::map< std::string, CheckSum > | _signing_keys |
Source_Ref | _source |
Definition at line 38 of file SuseTagsProductImpl.h.
|
Definition at line 29 of file SuseTagsProductImpl.cc. |
|
Definition at line 37 of file SuseTagsProductImpl.cc. |
|
Get the category of the product - addon or base.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 41 of file SuseTagsProductImpl.cc. References _category. |
|
Get the vendor of the product.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 44 of file SuseTagsProductImpl.cc. References _vendor. |
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 47 of file SuseTagsProductImpl.cc. References _summary. |
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 50 of file SuseTagsProductImpl.cc. References _source. |
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 53 of file SuseTagsProductImpl.cc. References _release_notes_url. |
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 56 of file SuseTagsProductImpl.cc. References _update_urls. |
|
The product flags.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 59 of file SuseTagsProductImpl.cc. References _flags. |
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 62 of file SuseTagsProductImpl.cc. References _shortlabel. |
|
Definition at line 53 of file SuseTagsProductImpl.h. Referenced by category(). |
|
Definition at line 55 of file SuseTagsProductImpl.h. |
|
Definition at line 56 of file SuseTagsProductImpl.h. |
|
Definition at line 57 of file SuseTagsProductImpl.h. |
|
Definition at line 58 of file SuseTagsProductImpl.h. |
|
Definition at line 59 of file SuseTagsProductImpl.h. |
|
Definition at line 60 of file SuseTagsProductImpl.h. |
|
Definition at line 61 of file SuseTagsProductImpl.h. |
|
Definition at line 62 of file SuseTagsProductImpl.h. Referenced by shortName(). |
|
Definition at line 63 of file SuseTagsProductImpl.h. Referenced by vendor(). |
|
Definition at line 64 of file SuseTagsProductImpl.h. Referenced by releaseNotesUrl(). |
|
Definition at line 65 of file SuseTagsProductImpl.h. Referenced by updateUrls(). |
|
Definition at line 66 of file SuseTagsProductImpl.h. |
|
Definition at line 67 of file SuseTagsProductImpl.h. |
|
Definition at line 68 of file SuseTagsProductImpl.h. |
|
Definition at line 69 of file SuseTagsProductImpl.h. |
|
Definition at line 70 of file SuseTagsProductImpl.h. Referenced by summary(). |
|
Definition at line 71 of file SuseTagsProductImpl.h. |
|
Definition at line 72 of file SuseTagsProductImpl.h. |
|
Definition at line 73 of file SuseTagsProductImpl.h. Referenced by flags(). |
|
Definition at line 74 of file SuseTagsProductImpl.h. |
|
Definition at line 75 of file SuseTagsProductImpl.h. |
|
Definition at line 77 of file SuseTagsProductImpl.h. |
|
Definition at line 78 of file SuseTagsProductImpl.h. |
|
Definition at line 80 of file SuseTagsProductImpl.h. Referenced by source(). |