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

Public Member Functions | |
| XMLScriptImpl () | |
| Default ctor. | |
| ~XMLScriptImpl () | |
| 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 |
| 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. | |
| Pathname | do_script () const |
| Get the script to perform the change. | |
| Pathname | undo_script () const |
| Get the script to undo the change. | |
| virtual bool | undo_available () const |
| Check whether script to undo the change is available. | |
Public Attributes | |
| shared_ptr< filesystem::TmpFile > | _do_script |
| shared_ptr< filesystem::TmpFile > | _undo_script |
| 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 |
Definition at line 32 of file XMLScriptImpl.h.
| zypp::storage::XMLScriptImpl::XMLScriptImpl | ( | ) |
Default ctor.
Definition at line 31 of file XMLScriptImpl.cc.
References _do_script, and _undo_script.
| zypp::storage::XMLScriptImpl::~XMLScriptImpl | ( | ) |
| virtual TranslatedText zypp::storage::XMLScriptImpl::summary | ( | ) | const [inline, virtual] |
Short label.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 39 of file XMLScriptImpl.h.
References _summary.
| virtual TranslatedText zypp::storage::XMLScriptImpl::description | ( | ) | const [inline, virtual] |
Long description.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 41 of file XMLScriptImpl.h.
References _description.
| virtual TranslatedText zypp::storage::XMLScriptImpl::insnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 43 of file XMLScriptImpl.h.
References _install_notify.
| virtual TranslatedText zypp::storage::XMLScriptImpl::delnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 45 of file XMLScriptImpl.h.
References _delete_notify.
| virtual TranslatedText zypp::storage::XMLScriptImpl::licenseToConfirm | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 47 of file XMLScriptImpl.h.
References _license_to_confirm.
| virtual Vendor zypp::storage::XMLScriptImpl::vendor | ( | void | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 49 of file XMLScriptImpl.h.
References _vendor.
| virtual ByteCount zypp::storage::XMLScriptImpl::size | ( | ) | const [inline, virtual] |
Size.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 51 of file XMLScriptImpl.h.
References _size.
| virtual ByteCount zypp::storage::XMLScriptImpl::archivesize | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 53 of file XMLScriptImpl.h.
References _archive_size.
| virtual unsigned zypp::storage::XMLScriptImpl::sourceMediaNr | ( | ) | const [inline, virtual] |
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 55 of file XMLScriptImpl.h.
| virtual bool zypp::storage::XMLScriptImpl::installOnly | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 57 of file XMLScriptImpl.h.
References _install_only.
| virtual Date zypp::storage::XMLScriptImpl::buildtime | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 59 of file XMLScriptImpl.h.
References _build_time.
| virtual Date zypp::storage::XMLScriptImpl::installtime | ( | ) | const [inline, virtual] |
Time of installation, or 0.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 61 of file XMLScriptImpl.h.
References _install_time.
| Pathname zypp::storage::XMLScriptImpl::do_script | ( | ) | const [virtual] |
Get the script to perform the change.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 41 of file XMLScriptImpl.cc.
References _do_script.
| Pathname zypp::storage::XMLScriptImpl::undo_script | ( | ) | const [virtual] |
Get the script to undo the change.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 45 of file XMLScriptImpl.cc.
References _undo_script.
| bool zypp::storage::XMLScriptImpl::undo_available | ( | ) | const [virtual] |
Check whether script to undo the change is available.
Reimplemented from zypp::detail::ScriptImplIf.
Definition at line 49 of file XMLScriptImpl.cc.
References _undo_script.
shared_ptr<filesystem::TmpFile> zypp::storage::XMLScriptImpl::_do_script [mutable] |
shared_ptr<filesystem::TmpFile> zypp::storage::XMLScriptImpl::_undo_script [mutable] |
Definition at line 72 of file XMLScriptImpl.h.
Referenced by undo_available(), undo_script(), and XMLScriptImpl().
| std::string zypp::storage::XMLScriptImpl::_vendor |
1.5.0