#include <ZYppCommitPolicy.h>
Public Member Functions | |
| ZYppCommitPolicy () | |
| unsigned | restrictToMedia () const |
| bool | dryRun () const |
| bool | rpmNoSignature () const |
| ZYppCommitPolicy & | restrictToMedia (unsigned mediaNr_r) |
| Restrict commit to a certain media number. | |
| ZYppCommitPolicy & | allMedia () |
| Process all media (default). | |
| ZYppCommitPolicy & | dryRun (bool yesNo_r=true) |
| Set dry run (default: false). | |
| ZYppCommitPolicy & | rpmNoSignature (bool yesNo_r=true) |
| Use rpm option --nosignature (default: false). | |
Private Attributes | |
| unsigned | _restrictToMedia |
| bool | _dryRun |
| bool | _rpmNoSignature |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const ZYppCommitPolicy &obj) |
Definition at line 26 of file ZYppCommitPolicy.h.
|
|
Definition at line 29 of file ZYppCommitPolicy.h. |
|
|
Definition at line 36 of file ZYppCommitPolicy.h. References _restrictToMedia. Referenced by allMedia(), zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Definition at line 39 of file ZYppCommitPolicy.h. References _dryRun. Referenced by zypp::zypp_detail::ZYppImpl::commit(), zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Definition at line 42 of file ZYppCommitPolicy.h. References _rpmNoSignature. Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Restrict commit to a certain media number.
Definition at line 49 of file ZYppCommitPolicy.h. References _restrictToMedia. |
|
|
Process all media (default).
Definition at line 53 of file ZYppCommitPolicy.h. References restrictToMedia(). Referenced by zypp::target::TargetImpl::commit(). |
|
|
Set dry run (default: false).
Definition at line 57 of file ZYppCommitPolicy.h. References _dryRun. |
|
|
Use rpm option --nosignature (default: false).
Definition at line 61 of file ZYppCommitPolicy.h. References _rpmNoSignature. |
|
||||||||||||
|
Stream output. Definition at line 21 of file ZYppCommitPolicy.cc. |
|
|
Definition at line 65 of file ZYppCommitPolicy.h. Referenced by restrictToMedia(). |
|
|
Definition at line 66 of file ZYppCommitPolicy.h. Referenced by dryRun(). |
|
|
Definition at line 67 of file ZYppCommitPolicy.h. Referenced by rpmNoSignature(). |
1.4.6