12#ifndef REPOINFOBASE_H_
13#define REPOINFOBASE_H_
18#include <zypp/APIConfig.h>
151 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
163 virtual std::ostream &
dumpAsXmlOn( std::ostream &
str,
const std::string & content =
"" )
const;
RepoManager implementation.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Base class implementing common features of RepoInfo and ServiceInfo.
virtual std::ostream & dumpOn(std::ostream &str) const
Write a human-readable representation of this RepoInfoBase object into the str stream.
std::string label() const
Label for use in messages for the user interface.
bool operator!=(const RepoInfoBase &lhs, const RepoInfoBase &rhs)
RepoInfoBase(const RepoInfoBase &)=default
void setAutorefresh(bool autorefresh)
enable or disable autorefresh
std::string escaped_alias() const
Same as alias(), just escaped in a way to be a valid file name.
virtual std::ostream & dumpAsIniOn(std::ostream &str) const
Write this RepoInfoBase object into str in a .repo (ini) file format.
void setFilepath(const Pathname &filename)
set the path to the .repo file
bool operator==(const RepoInfoBase &lhs, const RepoInfoBase &rhs)
std::string asUserString() const
User string: label (alias or name)
void setAlias(const std::string &alias)
set the repository alias
Pathname filepath() const
File where this repo was read from.
friend std::ostream & operator<<(std::ostream &str, const RepoInfoBase &obj)
void setName(const std::string &name)
set the repository name
bool autorefresh() const
If true, the repostory must be refreshed before creating resolvables from it.
std::string name() const
Repository name.
RepoInfoBase(RepoInfoBase &&) noexcept=default
std::string rawName() const
The raw metadata name (no default, no variables replaced).
virtual std::ostream & dumpAsXmlOn(std::ostream &str, const std::string &content="") const
Write an XML representation of this object with content (if available).
bool enabled() const
If enabled is false, then this repository must be ignored as if does not exists, except when checking...
void setEnabled(bool enabled)
enable or disable the repository
RWCOW_pointer< Impl > _pimpl
Pointer to implementation.
std::string alias() const
unique identifier for this source.
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const DeltaCandidates &obj)
bool operator<(const RepoInfoBase &lhs, const RepoInfoBase &rhs)
Easy-to use interface to the ZYPP dependency resolver.