#include <ResolvableData.h>
Public Types | |
| enum | PackageType { BIN, SRC, ATOM } |
Public Member Functions | |
| virtual PackageType | packageType () const =0 |
Public Attributes | |
| std::string | group |
| Rpm group. | |
| std::set< std::string > | keywords |
| PackageDb keywors (tags). | |
| Changelog | changelog |
| Changelog. | |
| std::list< std::string > | authors |
| Author list. | |
| std::string | buildhost |
| Buildhost. | |
| std::string | distribution |
| Distribution. | |
| std::string | license |
| Licensetype. | |
| std::string | packager |
| Packager. | |
| std::string | url |
| Upstream home page URL. | |
| std::string | operatingSystem |
| operating system | |
| std::string | prein |
| Pre install script. | |
| std::string | postin |
| Post install script. | |
| std::string | preun |
| Pre uninstall script. | |
| std::string | postun |
| Post uninstall script. | |
| OnMediaLocation | repositoryLocation |
| DiskUsage | diskusage |
We treat them as differend kind of Resolvable, but they have almost identical data.
Definition at line 287 of file ResolvableData.h.
| virtual PackageType zypp::data::Packagebase::packageType | ( | ) | const [pure virtual] |
Implemented in zypp::data::Package, and zypp::data::SrcPackage.
| std::string zypp::data::Packagebase::group |
| std::set<std::string> zypp::data::Packagebase::keywords |
| std::list<std::string> zypp::data::Packagebase::authors |
| std::string zypp::data::Packagebase::buildhost |
| std::string zypp::data::Packagebase::distribution |
| std::string zypp::data::Packagebase::license |
| std::string zypp::data::Packagebase::packager |
| std::string zypp::data::Packagebase::url |
| std::string zypp::data::Packagebase::operatingSystem |
| std::string zypp::data::Packagebase::prein |
| std::string zypp::data::Packagebase::postin |
| std::string zypp::data::Packagebase::preun |
| std::string zypp::data::Packagebase::postun |
Definition at line 328 of file ResolvableData.h.
Definition at line 329 of file ResolvableData.h.
1.5.3