#include <ZYppCommitPolicy.h>
Public Member Functions | |
| ZYppCommitPolicy () | |
| unsigned | restrictToMedia () const |
| bool | dryRun () const |
| bool | rpmNoSignature () const |
| bool | syncPoolAfterCommit () 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). | |
| ZYppCommitPolicy & | syncPoolAfterCommit (bool yesNo_r=true) |
| Kepp pool in sync with the Target databases after commit (default: true). | |
Private Attributes | |
| unsigned | _restrictToMedia |
| bool | _dryRun |
| bool | _rpmNoSignature |
| bool | _syncPoolAfterCommit |
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 37 of file ZYppCommitPolicy.h. References _restrictToMedia. Referenced by allMedia(), zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Definition at line 40 of file ZYppCommitPolicy.h. References _dryRun. Referenced by zypp::zypp_detail::ZYppImpl::commit(), zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Definition at line 43 of file ZYppCommitPolicy.h. References _rpmNoSignature. Referenced by zypp::target::TargetImpl::commit(), and zypp::operator<<(). |
|
|
Definition at line 46 of file ZYppCommitPolicy.h. References _syncPoolAfterCommit. Referenced by zypp::zypp_detail::ZYppImpl::commit(). |
|
|
Restrict commit to a certain media number.
Definition at line 53 of file ZYppCommitPolicy.h. References _restrictToMedia. |
|
|
Process all media (default).
Definition at line 57 of file ZYppCommitPolicy.h. References restrictToMedia(). Referenced by zypp::target::TargetImpl::commit(). |
|
|
Set dry run (default: false).
Definition at line 61 of file ZYppCommitPolicy.h. References _dryRun. |
|
|
Use rpm option --nosignature (default: false).
Definition at line 65 of file ZYppCommitPolicy.h. References _rpmNoSignature. |
|
|
Kepp pool in sync with the Target databases after commit (default: true).
Definition at line 69 of file ZYppCommitPolicy.h. References _syncPoolAfterCommit. |
|
||||||||||||
|
Stream output. Definition at line 21 of file ZYppCommitPolicy.cc. |
|
|
Definition at line 73 of file ZYppCommitPolicy.h. Referenced by restrictToMedia(). |
|
|
Definition at line 74 of file ZYppCommitPolicy.h. Referenced by dryRun(). |
|
|
Definition at line 75 of file ZYppCommitPolicy.h. Referenced by rpmNoSignature(). |
|
|
Definition at line 76 of file ZYppCommitPolicy.h. Referenced by syncPoolAfterCommit(). |
1.4.6