#include <YUMPatchImpl.h>
Inheritance diagram for zypp::source::yum::YUMPatchImpl:

Public Member Functions | |
| YUMPatchImpl (Source_Ref source_r, const zypp::parser::yum::YUMPatchData &parsed, YUMSourceImpl &srcimpl_r) | |
| Default ctor. | |
| virtual std::string | id () const |
| Patch ID. | |
| virtual Date | timestamp () const |
| Patch time stamp. | |
| virtual std::string | category () const |
| Patch category (recommended, security,. | |
| virtual bool | reboot_needed () const |
| Does the system need to reboot to finish the update process? | |
| virtual bool | affects_pkg_manager () const |
| Does the patch affect the package manager itself? | |
| virtual AtomList | all_atoms () const |
| The list of all atoms building the patch. | |
| virtual TranslatedText | summary () const |
| Patch summary. | |
| virtual TranslatedText | description () const |
| Patch description. | |
| virtual TranslatedText | licenseToConfirm () const |
| Source_Ref | source () const |
| Backlink to the source providing this. | |
Protected Attributes | |
| std::string | _patch_id |
| Date | _timestamp |
| TranslatedText | _summary |
| TranslatedText | _description |
| std::string | _category |
| bool | _reboot_needed |
| bool | _affects_pkg_manager |
| AtomList | _atoms |
| TranslatedText | _license_to_confirm |
Private Attributes | |
| Source_Ref | _source |
Friends | |
| class | YUMSourceImpl |
Definition at line 35 of file YUMPatchImpl.h.
|
||||||||||||||||
|
|
Patch ID.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 115 of file YUMPatchImpl.cc. References _patch_id. |
|
|
Patch time stamp.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 119 of file YUMPatchImpl.cc. References _timestamp. |
|
|
Patch category (recommended, security,. ..) Reimplemented from zypp::detail::PatchImplIf. Definition at line 139 of file YUMPatchImpl.cc. References _category. |
|
|
Does the system need to reboot to finish the update process?
Reimplemented from zypp::detail::PatchImplIf. Definition at line 144 of file YUMPatchImpl.cc. References _reboot_needed. |
|
|
Does the patch affect the package manager itself?
Reimplemented from zypp::detail::PatchImplIf. Definition at line 149 of file YUMPatchImpl.cc. References _affects_pkg_manager. |
|
|
The list of all atoms building the patch.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 154 of file YUMPatchImpl.cc. References _atoms. |
|
|
Patch summary.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 124 of file YUMPatchImpl.cc. References _summary. |
|
|
Patch description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 129 of file YUMPatchImpl.cc. References _description. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 134 of file YUMPatchImpl.cc. References _license_to_confirm. |
|
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 159 of file YUMPatchImpl.cc. References _source. |
|
|
Definition at line 78 of file YUMPatchImpl.h. |
|
|
Definition at line 65 of file YUMPatchImpl.h. Referenced by id(), and YUMPatchImpl(). |
|
|
Definition at line 66 of file YUMPatchImpl.h. Referenced by timestamp(), and YUMPatchImpl(). |
|
|
Definition at line 67 of file YUMPatchImpl.h. Referenced by summary(), and YUMPatchImpl(). |
|
|
Definition at line 68 of file YUMPatchImpl.h. Referenced by description(), and YUMPatchImpl(). |
|
|
Definition at line 69 of file YUMPatchImpl.h. Referenced by category(), and YUMPatchImpl(). |
|
|
Definition at line 70 of file YUMPatchImpl.h. Referenced by reboot_needed(), and YUMPatchImpl(). |
|
|
Definition at line 71 of file YUMPatchImpl.h. Referenced by affects_pkg_manager(), and YUMPatchImpl(). |
|
|
Definition at line 72 of file YUMPatchImpl.h. Referenced by all_atoms(), and YUMPatchImpl(). |
|
|
Definition at line 73 of file YUMPatchImpl.h. Referenced by licenseToConfirm(), and YUMPatchImpl(). |
|
|
Definition at line 75 of file YUMPatchImpl.h. Referenced by source(), and YUMPatchImpl(). |
1.4.6