| libzypp 17.36.7
    | 
#include <zypp/media/MediaHandlerFactory.h>
| Public Types | |
| enum | MediaHandlerType { MediaCDType , MediaNFSType , MediaISOType , MediaFileType , MediaDISKType , MediaCIFSType , MediaCURLType , MediaPluginType } | 
| Public Member Functions | |
| MediaHandlerFactory () | |
| Static Public Member Functions | |
| static std::unique_ptr< MediaHandler > | createHandler (const Url &o_url, const Pathname &preferred_attach_point) | 
| static std::optional< MediaHandlerType > | handlerType (const Url &url) | 
Definition at line 14 of file MediaHandlerFactory.h.
| Enumerator | |
|---|---|
| MediaCDType | |
| MediaNFSType | |
| MediaISOType | |
| MediaFileType | |
| MediaDISKType | |
| MediaCIFSType | |
| MediaCURLType | |
| MediaPluginType | |
Definition at line 18 of file MediaHandlerFactory.h.
| zypp::media::MediaHandlerFactory::MediaHandlerFactory | ( | ) | 
Definition at line 23 of file MediaHandlerFactory.cc.
| 
 | static | 
Definition at line 50 of file MediaHandlerFactory.cc.
| 
 | static | 
Definition at line 28 of file MediaHandlerFactory.cc.