#include <ScriptImplIf.h>
Inheritance diagram for zypp::detail::ScriptImplIf:

Public Types | |
| typedef Script | ResType |
Public Member Functions | |
| virtual Pathname | do_script () const =0 |
| Get the script to perform the change. | |
| virtual Pathname | undo_script () const =0 |
| Get the script to undo the change. | |
| virtual bool | undo_available () const =0 |
| Check whether script to undo the change is available. | |
| virtual ByteCount | size () const |
| Size. | |
Definition at line 34 of file ScriptImplIf.h.
|
|
Definition at line 37 of file ScriptImplIf.h. |
|
|
Get the script to perform the change.
Implemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl. Referenced by zypp::Script::do_script(). |
|
|
Get the script to undo the change.
Implemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl. Referenced by zypp::Script::undo_script(). |
|
|
Check whether script to undo the change is available.
Implemented in zypp::detail::ScriptImpl, zypp::source::yum::YUMScriptImpl, and zypp::storage::XMLScriptImpl. Referenced by zypp::Script::undo_available(). |
|
|
Size.
Reimplemented from zypp::detail::ResObjectImplIf. Reimplemented in zypp::storage::XMLScriptImpl. Definition at line 26 of file ScriptImplIf.cc. References zypp::detail::ResObjectImplIf::size(). |
1.4.6