#include <XMLProductImpl.h>
Inheritance diagram for zypp::storage::XMLProductImpl:

Public Member Functions | |
| XMLProductImpl () | |
| Default ctor. | |
| ~XMLProductImpl () | |
| Dtor. | |
| virtual TranslatedText | summary () const |
| Short label. | |
| virtual TranslatedText | description () const |
| Long description. | |
| virtual TranslatedText | insnotify () const |
| virtual TranslatedText | delnotify () const |
| virtual TranslatedText | licenseToConfirm () const |
| virtual Vendor | vendor () const |
| Get the vendor of the product. | |
| virtual ByteCount | size () const |
| Size. | |
| virtual ByteCount | archivesize () const |
| virtual unsigned | sourceMediaNr () const |
| Number of the source media that provides the data required for installation. | |
| virtual bool | installOnly () const |
| virtual Date | buildtime () const |
| virtual Date | installtime () const |
Time of installation, or 0. | |
| virtual std::string | category () const |
| Get the category of the product - addon or base. | |
| virtual TranslatedText | shortName () const |
| virtual Url | releaseNotesUrl () const |
| virtual std::list< Url > | updateUrls () const |
| virtual std::list< std::string > | flags () const |
| The product flags. | |
Public Attributes | |
| std::string | _category |
| Url | _release_notes_url |
| std::list< Url > | _update_urls |
| std::list< std::string > | _flags |
| TranslatedText | _summary |
| TranslatedText | _description |
| TranslatedText | _install_notify |
| TranslatedText | _delete_notify |
| TranslatedText | _license_to_confirm |
| std::string | _vendor |
| ByteCount | _size |
| ByteCount | _archive_size |
| bool | _install_only |
| Date | _build_time |
| Date | _install_time |
| TranslatedText | _short_name |
| Source_Ref | _source |
Definition at line 31 of file XMLProductImpl.h.
|
|
Default ctor.
Definition at line 32 of file XMLProductImpl.cc. |
|
|
Dtor.
Definition at line 35 of file XMLProductImpl.cc. |
|
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 36 of file XMLProductImpl.h. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 38 of file XMLProductImpl.h. References _description. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 40 of file XMLProductImpl.h. References _install_notify. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 42 of file XMLProductImpl.h. References _delete_notify. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 44 of file XMLProductImpl.h. References _license_to_confirm. |
|
|
Get the vendor of the product.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 46 of file XMLProductImpl.h. References _vendor. |
|
|
Size.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 48 of file XMLProductImpl.h. References _size. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 50 of file XMLProductImpl.h. References _archive_size. |
|
|
Number of the source media that provides the data required for installation. Zero, if no media access is required. Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 52 of file XMLProductImpl.h. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 54 of file XMLProductImpl.h. References _install_only. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 56 of file XMLProductImpl.h. References _build_time. |
|
|
Time of installation, or
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 58 of file XMLProductImpl.h. References _install_time. |
|
|
Get the category of the product - addon or base.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 38 of file XMLProductImpl.cc. References _category. |
|
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 41 of file XMLProductImpl.cc. References _short_name. |
|
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 44 of file XMLProductImpl.cc. References _release_notes_url. |
|
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 47 of file XMLProductImpl.cc. References _update_urls. |
|
|
The product flags.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 50 of file XMLProductImpl.cc. References _flags. |
|
|
Definition at line 67 of file XMLProductImpl.h. Referenced by category(). |
|
|
Definition at line 68 of file XMLProductImpl.h. Referenced by releaseNotesUrl(). |
|
|
Definition at line 69 of file XMLProductImpl.h. Referenced by updateUrls(). |
|
|
Definition at line 70 of file XMLProductImpl.h. Referenced by flags(). |
|
|
Definition at line 72 of file XMLProductImpl.h. Referenced by summary(). |
|
|
Definition at line 73 of file XMLProductImpl.h. Referenced by description(). |
|
|
Definition at line 75 of file XMLProductImpl.h. Referenced by insnotify(). |
|
|
Definition at line 76 of file XMLProductImpl.h. Referenced by delnotify(). |
|
|
Definition at line 77 of file XMLProductImpl.h. Referenced by licenseToConfirm(). |
|
|
Definition at line 78 of file XMLProductImpl.h. Referenced by vendor(). |
|
|
Definition at line 79 of file XMLProductImpl.h. Referenced by size(). |
|
|
Definition at line 80 of file XMLProductImpl.h. Referenced by archivesize(). |
|
|
Definition at line 81 of file XMLProductImpl.h. Referenced by installOnly(). |
|
|
Definition at line 82 of file XMLProductImpl.h. Referenced by buildtime(). |
|
|
Definition at line 83 of file XMLProductImpl.h. Referenced by installtime(). |
|
|
Definition at line 86 of file XMLProductImpl.h. Referenced by shortName(). |
|
|
Definition at line 87 of file XMLProductImpl.h. |
1.4.6