21 static std::map<std::string,ServiceType::Type>
_table;
28 : _type(parse(strval_r))
45 std::map<std::string,ServiceType::Type>::const_iterator it
50 "Unknown service type '" + strval_r +
"'"));
58 static std::map<Type, std::string>
_table;
62 _table[
RIS_e] =
"ris";
thrown when it was impossible to determine this repo type.
static std::map< std::string, ServiceType::Type > _table
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
ServiceType::Type parse(const std::string &strval_r)
const std::string & asString() const
static const ServiceType RIS
Repository Index Service (RIS) (formerly known as 'Novell Update' (NU) service)
static const ServiceType NONE
No service set.
Service type enumeration.
static const ServiceType PLUGIN
Plugin services are scripts installed on your system that provide the package manager with repositori...