#include <Package.h>
Public Types | |
| typedef detail::PackageImplIf | Impl |
| typedef Package | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
| typedef std::set < PackageKeyword > | Keywords |
Public Member Functions | |
| Changelog | changelog () const |
| Get the package change log. | |
| std::string | buildhost () const |
| std::string | distribution () const |
| Label | license () const |
| std::string | packager () const |
| PackageGroup | group () const |
| Keywords | keywords () const |
| std::string | url () const |
| Don't ship it as class Url, because it might be in fact anything but a legal Url. | |
| std::string | os () const |
| Text | prein () const |
| Text | postin () const |
| Text | preun () const |
| Text | postun () const |
| ByteCount | sourcesize () const |
| std::list< std::string > | authors () const |
| std::list< std::string > | filenames () const |
| std::string | sourcePkgName () const |
| Name of the source rpm this package was built from. | |
| Edition | sourcePkgEdition () const |
| Edition of the source rpm this package was built from. | |
| ZYPP_DEPRECATED CheckSum | checksum () const |
| Checksum the source says this package should have. | |
| OnMediaLocation | location () const |
Protected Member Functions | |
| Package (const NVRAD &nvrad_r) | |
| virtual | ~Package () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 30 of file Package.h.
| typedef Package zypp::Package::Self |
| typedef ResTraits<Self> zypp::Package::TraitsType |
| typedef std::set<PackageKeyword> zypp::Package::Keywords |
| zypp::Package::Package | ( | const NVRAD & | nvrad_r | ) | [protected] |
Definition at line 28 of file Package.cc.
| zypp::Package::~Package | ( | ) | [protected, virtual] |
| Changelog zypp::Package::changelog | ( | ) | const |
| std::string zypp::Package::buildhost | ( | ) | const |
| std::string zypp::Package::distribution | ( | ) | const |
| Label zypp::Package::license | ( | ) | const |
| std::string zypp::Package::packager | ( | ) | const |
| PackageGroup zypp::Package::group | ( | ) | const |
| Package::Keywords zypp::Package::keywords | ( | ) | const |
| std::string zypp::Package::url | ( | ) | const |
Don't ship it as class Url, because it might be in fact anything but a legal Url.
Definition at line 74 of file Package.cc.
References pimpl().
| std::string zypp::Package::os | ( | ) | const |
| Text zypp::Package::prein | ( | ) | const |
| Text zypp::Package::postin | ( | ) | const |
| Text zypp::Package::preun | ( | ) | const |
| Text zypp::Package::postun | ( | ) | const |
| ByteCount zypp::Package::sourcesize | ( | ) | const |
| std::list< std::string > zypp::Package::authors | ( | ) | const |
| std::list< std::string > zypp::Package::filenames | ( | ) | const |
| std::string zypp::Package::sourcePkgName | ( | ) | const |
Name of the source rpm this package was built from.
Empty if unknown.
Definition at line 112 of file Package.cc.
References pimpl().
| Edition zypp::Package::sourcePkgEdition | ( | ) | const |
Edition of the source rpm this package was built from.
Empty if unknown.
Definition at line 115 of file Package.cc.
References pimpl().
| ZYPP_DEPRECATED CheckSum zypp::Package::checksum | ( | ) | const [inline] |
Checksum the source says this package should have.
Definition at line 92 of file Package.h.
References zypp::OnMediaLocation::checksum(), and location().
| OnMediaLocation zypp::Package::location | ( | ) | const |
Location of the resolvable in the repository
Definition at line 109 of file Package.cc.
References pimpl().
Referenced by checksum().
| virtual Impl& zypp::Package::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by authors(), buildhost(), changelog(), distribution(), filenames(), group(), keywords(), license(), location(), os(), packager(), postin(), postun(), prein(), preun(), sourcePkgEdition(), sourcePkgName(), sourcesize(), and url().
| virtual const Impl& zypp::Package::pimpl | ( | ) | const [private, pure virtual] |
1.5.3