#include <SourceInfo.h>
Public Member Functions | |
| SourceInfo () | |
| SourceInfo (const Url &url, const Pathname &path, const std::string &alias="", const Pathname &cache_dir="", boost::tribool autorefresh=boost::indeterminate) | |
| SourceInfo & | setEnabled (boost::tribool enabled) |
| SourceInfo & | setAutorefresh (boost::tribool autorefresh) |
| SourceInfo & | setBaseSource (bool val_r) |
| SourceInfo & | setUrl (const Url &url) |
| SourceInfo & | setPath (const Pathname &p) |
| SourceInfo & | setAlias (const std::string &alias) |
| SourceInfo & | setType (const std::string &t) |
| SourceInfo & | setCacheDir (const Pathname &p) |
| SourceInfo & | setDescription (const std::string &description) |
| SourceInfo & | setChecksum (const CheckSum &checksum) |
| SourceInfo & | setTimestamp (const Date ×tamp) |
| boost::tribool | enabled () const |
| boost::tribool | autorefresh () const |
| boost::tribool | baseSource () const |
| Pathname | cacheDir () const |
| Pathname | path () const |
| std::string | alias () const |
| std::string | type () const |
| std::string | description () const |
| CheckSum | checksum () const |
| Date | timestamp () const |
| Url | url () const |
| std::ostream & | dumpOn (std::ostream &str) const |
| Overload to realize stream output. | |
Private Attributes | |
| boost::tribool | _enabled |
| boost::tribool | _autorefresh |
| boost::tribool | _base_source |
| std::string | _type |
| Url | _url |
| Pathname | _cache_dir |
| Pathname | _path |
| std::string | _alias |
| std::string | _description |
| CheckSum | _checksum |
| Date | _timestamp |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const SourceInfo &obj) |
Definition at line 29 of file SourceInfo.h.
|
|
Definition at line 25 of file SourceInfo.cc. |
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 45 of file SourceInfo.cc. References _enabled. |
|
|
Definition at line 51 of file SourceInfo.cc. References _autorefresh. |
|
|
Definition at line 57 of file SourceInfo.cc. References _base_source. Referenced by zypp::SourceFactory::createFrom(). |
|
|
Definition at line 63 of file SourceInfo.cc. |
|
|
Definition at line 69 of file SourceInfo.cc. References _path. |
|
|
Definition at line 75 of file SourceInfo.cc. References _alias. |
|
|
Definition at line 81 of file SourceInfo.cc. References _type. Referenced by zypp::SourceFactory::createFrom(). |
|
|
Definition at line 87 of file SourceInfo.cc. References _cache_dir. |
|
|
Definition at line 93 of file SourceInfo.cc. References _description. |
|
|
Definition at line 99 of file SourceInfo.cc. References _checksum, and checksum(). |
|
|
Definition at line 105 of file SourceInfo.cc. References _timestamp, and timestamp(). |
|
|
Definition at line 111 of file SourceInfo.cc. References _enabled. Referenced by dumpOn(), and zypp::storage::toXML(). |
|
|
Definition at line 114 of file SourceInfo.cc. References _autorefresh. Referenced by zypp::SourceFactory::Impl::createSourceImpl(), dumpOn(), and zypp::storage::toXML(). |
|
|
Definition at line 117 of file SourceInfo.cc. References _base_source. Referenced by zypp::SourceFactory::createFrom(), zypp::SourceFactory::Impl::createSourceImpl(), and dumpOn(). |
|
|
Definition at line 120 of file SourceInfo.cc. References _cache_dir. Referenced by zypp::SourceFactory::createFrom(), zypp::SourceFactory::Impl::createSourceImpl(), dumpOn(), and zypp::storage::toXML(). |
|
|
Definition at line 123 of file SourceInfo.cc. References _path. Referenced by zypp::SourceFactory::createFrom(), zypp::SourceFactory::Impl::createSourceImpl(), dumpOn(), and zypp::storage::toXML(). |
|
|
Definition at line 126 of file SourceInfo.cc. References _alias. Referenced by zypp::SourceFactory::createFrom(), zypp::SourceFactory::Impl::createSourceImpl(), dumpOn(), zypp::storage::XMLFilesBackend::storeSource(), and zypp::storage::toXML(). |
|
|
Definition at line 138 of file SourceInfo.cc. References _type. Referenced by zypp::SourceFactory::createFrom(), dumpOn(), and zypp::storage::toXML(). |
|
|
Definition at line 129 of file SourceInfo.cc. References _description. |
|
|
Definition at line 132 of file SourceInfo.cc. References _checksum. Referenced by setChecksum(). |
|
|
Definition at line 135 of file SourceInfo.cc. References _timestamp. Referenced by setTimestamp(). |
|
|
Definition at line 141 of file SourceInfo.cc. References _url. Referenced by zypp::SourceFactory::createFrom(), zypp::SourceFactory::createSourceImplWorkflow(), dumpOn(), setUrl(), and zypp::storage::toXML(). |
|
|
Overload to realize stream output.
Definition at line 144 of file SourceInfo.cc. References alias(), autorefresh(), baseSource(), cacheDir(), enabled(), path(), type(), and url(). Referenced by operator<<(). |
|
||||||||||||
|
Stream output Definition at line 80 of file SourceInfo.h. References dumpOn(). |
|
|
Definition at line 66 of file SourceInfo.h. Referenced by enabled(), and setEnabled(). |
|
|
Definition at line 67 of file SourceInfo.h. Referenced by autorefresh(), and setAutorefresh(). |
|
|
Definition at line 68 of file SourceInfo.h. Referenced by baseSource(), and setBaseSource(). |
|
|
Definition at line 69 of file SourceInfo.h. |
|
|
Definition at line 70 of file SourceInfo.h. |
|
|
Definition at line 71 of file SourceInfo.h. Referenced by cacheDir(), and setCacheDir(). |
|
|
Definition at line 72 of file SourceInfo.h. |
|
|
Definition at line 73 of file SourceInfo.h. Referenced by alias(), and setAlias(). |
|
|
Definition at line 74 of file SourceInfo.h. Referenced by description(), and setDescription(). |
|
|
Definition at line 75 of file SourceInfo.h. Referenced by checksum(), and setChecksum(). |
|
|
Definition at line 76 of file SourceInfo.h. Referenced by setTimestamp(), and timestamp(). |
1.4.6