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

Public Member Functions | |
| XMLScriptImpl () | |
| Default ctor. | |
| ~XMLScriptImpl () | |
| Dtor. | |
| 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 | |
| TmpFile | _do_script |
| TmpFile | _undo_script |
Definition at line 32 of file XMLScriptImpl.h.
|
|
Default ctor.
Definition at line 31 of file XMLScriptImpl.cc. References _do_script, and _undo_script. |
|
|
Dtor.
Definition at line 38 of file XMLScriptImpl.cc. |
|
|
Get the script to perform the change.
Implements zypp::detail::ScriptImplIf. Definition at line 41 of file XMLScriptImpl.cc. References _do_script, and zypp::filesystem::TmpPath::path(). |
|
|
Get the script to undo the change.
Implements zypp::detail::ScriptImplIf. Definition at line 45 of file XMLScriptImpl.cc. References _undo_script, and zypp::filesystem::TmpPath::path(). |
|
|
Check whether script to undo the change is available.
Implements zypp::detail::ScriptImplIf. Definition at line 49 of file XMLScriptImpl.cc. References _undo_script. |
|
|
Definition at line 46 of file XMLScriptImpl.h. Referenced by do_script(), and XMLScriptImpl(). |
|
|
Definition at line 47 of file XMLScriptImpl.h. Referenced by undo_available(), undo_script(), and XMLScriptImpl(). |
1.4.6