#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. | |
std::string | id () const |
Patch ID. | |
Date | timestamp () const |
Patch time stamp. | |
std::string | category () const |
Patch category (recommended, security,. | |
bool | reboot_needed () const |
Does the system need to reboot to finish the update process? | |
bool | affects_pkg_manager () const |
Does the patch affect the package manager itself? | |
bool | interactive () const |
Is the patch installation interactive? (does it need user input?). | |
AtomList | all_atoms () const |
The list of all atoms building the patch. | |
AtomList | not_installed_atoms () const |
The list of those atoms which have not been installed. | |
virtual TranslatedText | summary () const |
Patch summary. | |
virtual TranslatedText | description () const |
Patch description. | |
virtual TranslatedText | licenseToConfirm () const |
bool | any_atom_selected () const |
void | mark_atoms_to_freshen (bool freshen) |
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.
Implements zypp::detail::PatchImplIf. Definition at line 112 of file YUMPatchImpl.cc. References _patch_id. |
|
Patch time stamp.
Implements zypp::detail::PatchImplIf. Definition at line 116 of file YUMPatchImpl.cc. References _timestamp. |
|
Patch category (recommended, security,. ..) Implements zypp::detail::PatchImplIf. Definition at line 130 of file YUMPatchImpl.cc. References _category. |
|
Does the system need to reboot to finish the update process?
Implements zypp::detail::PatchImplIf. Definition at line 135 of file YUMPatchImpl.cc. References _reboot_needed. |
|
Does the patch affect the package manager itself?
Implements zypp::detail::PatchImplIf. Definition at line 140 of file YUMPatchImpl.cc. References _affects_pkg_manager. |
|
Is the patch installation interactive? (does it need user input?).
Implements zypp::detail::PatchImplIf. Definition at line 145 of file YUMPatchImpl.cc. References _reboot_needed, DBG, and not_installed_atoms(). |
|
The list of all atoms building the patch.
Implements zypp::detail::PatchImplIf. Definition at line 188 of file YUMPatchImpl.cc. References _atoms. |
|
The list of those atoms which have not been installed.
Implements zypp::detail::PatchImplIf. Definition at line 192 of file YUMPatchImpl.cc. References _atoms. Referenced by interactive(). |
|
Patch summary.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 121 of file YUMPatchImpl.cc. References _summary. |
|
Patch description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 124 of file YUMPatchImpl.cc. References _description. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 127 of file YUMPatchImpl.cc. References _license_to_confirm. |
|
Implements zypp::detail::PatchImplIf. Definition at line 208 of file YUMPatchImpl.cc. References _atoms. |
|
Implements zypp::detail::PatchImplIf. Definition at line 221 of file YUMPatchImpl.cc. References _atoms. |
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 230 of file YUMPatchImpl.cc. References _source. |
|
Definition at line 85 of file YUMPatchImpl.h. |
|
Definition at line 72 of file YUMPatchImpl.h. Referenced by id(), and YUMPatchImpl(). |
|
Definition at line 73 of file YUMPatchImpl.h. Referenced by timestamp(), and YUMPatchImpl(). |
|
Definition at line 74 of file YUMPatchImpl.h. Referenced by summary(), and YUMPatchImpl(). |
|
Definition at line 75 of file YUMPatchImpl.h. Referenced by description(), and YUMPatchImpl(). |
|
Definition at line 76 of file YUMPatchImpl.h. Referenced by category(), and YUMPatchImpl(). |
|
Definition at line 77 of file YUMPatchImpl.h. Referenced by interactive(), reboot_needed(), and YUMPatchImpl(). |
|
Definition at line 78 of file YUMPatchImpl.h. Referenced by affects_pkg_manager(), and YUMPatchImpl(). |
|
Definition at line 79 of file YUMPatchImpl.h. Referenced by all_atoms(), any_atom_selected(), mark_atoms_to_freshen(), not_installed_atoms(), and YUMPatchImpl(). |
|
Definition at line 80 of file YUMPatchImpl.h. Referenced by licenseToConfirm(), and YUMPatchImpl(). |
|
Definition at line 82 of file YUMPatchImpl.h. Referenced by source(), and YUMPatchImpl(). |