Classes | |
class | MediaAccess |
Handle access to a medium. More... | |
class | MediaCD |
Implementation class for CD/DVD MediaHandler. More... | |
class | MediaCIFS |
Implementation class for CIFS MediaHandler. More... | |
class | MediaCurl |
Implementation class for FTP, HTTP and HTTPS MediaHandler. More... | |
class | MediaDIR |
Implementation class for DIR MediaHandler. More... | |
class | MediaDISK |
Implementation class for DISK MediaHandler. More... | |
class | MediaException |
Just inherits Exception to separate media exceptions. More... | |
class | MediaMountException |
class | MediaUnmountException |
class | MediaBadFilenameException |
class | MediaNotOpenException |
class | MediaFileNotFoundException |
class | MediaWriteException |
class | MediaNotAttachedException |
class | MediaBadAttachPointException |
class | MediaCurlInitException |
class | MediaSystemException |
class | MediaNotAFileException |
class | MediaNotADirException |
class | MediaBadUrlException |
class | MediaBadUrlEmptyHostException |
class | MediaBadUrlEmptyFilesystemException |
class | MediaBadUrlEmptyDestinationException |
class | MediaUnsupportedUrlSchemeException |
class | MediaNotSupportedException |
class | MediaCurlException |
class | MediaCurlSetOptException |
class | MediaNotDesiredException |
class | MediaIsSharedException |
class | MediaNotEjectedException |
class | MediaHandler |
Abstract base class for 'physical' MediaHandler like MediaCD, etc. More... | |
class | MediaISO |
Implementation class for ISO MediaHandler. More... | |
class | MediaManager_Impl |
class | MediaVerifierBase |
Interface to implement a media verifier. More... | |
class | NoVerifier |
Dummy default media verifier, which is always happy. More... | |
class | MediaManager |
Manages access to the 'physical' media, e.g CDROM drives, Disk volumes, directory trees, etc, using Media Access Url's. More... | |
class | MediaNFS |
Implementation class for NFS MediaHandler. More... | |
class | MediaSMB |
Implementation class for SMB MediaHandler. More... | |
class | MediaSource |
Media source internally used by MediaManager and MediaHandler. More... | |
class | AttachPoint |
Attach point of a media source. More... | |
struct | AttachedMedia |
A simple structure containing references to a media source and its attach point. More... | |
struct | MountEntry |
A "struct mntent" like mount entry structure, but using std::strings. More... | |
class | Mount |
Interface to the mount program. More... | |
class | ProxyInfoSysconfig |
class | ProxyInfo |
struct | SilentMediaChange |
struct | MediaChangeReport |
struct | DownloadProgressReport |
Typedefs | |
typedef std::map< MediaAccessId, ManagedMedia > | ManagedMediaMap |
typedef zypp::RW_pointer< MediaAccess > | MediaAccessRef |
typedef MediaAccessId | MediaId |
typedef unsigned int | MediaNr |
typedef zypp::RW_pointer< MediaVerifierBase > | MediaVerifierRef |
A shared reference to the MediaVerifier implementation. | |
typedef unsigned int | MediaAccessId |
Media manager access Id type. | |
typedef zypp::RW_pointer< MediaSource > | MediaSourceRef |
typedef zypp::RW_pointer< AttachPoint > | AttachPointRef |
typedef std::vector< MountEntry > | MountEntries |
A vector of mount entries. | |
Functions | |
std::ostream & | operator<< (std::ostream &str, const MediaAccess &obj) |
bool | isNewDevice (const std::list< MediaSource > &devices, const MediaSource &media) |
Pathname | get_sysfs_path () |
static void | escape (string &str_r, const char char_r, const string &escaped_r) |
static string | escapedPath (string path_r) |
static string | unEscape (string text_r) |
std::string | getRealPath (const std::string &path) |
ostream & | operator<< (ostream &str, const MediaHandler &obj) |
AutoMounterCleanUp | disableAutoMounter () |
void | restoreAutoMounter (AutoMounterCleanUp cleanup) |
string | getShare (Pathname spath_r) |
Pathname | stripShare (Pathname spath_r) |
Variables | |
static Mutex | g_Mutex |
|
Definition at line 125 of file MediaManager.cc. |
|
Definition at line 36 of file MediaManager.h. |
|
Definition at line 39 of file MediaManager.h. |
|
Definition at line 40 of file MediaManager.h. |
|
A shared reference to the MediaVerifier implementation.
Definition at line 124 of file MediaManager.h. |
|
Media manager access Id type.
Definition at line 27 of file MediaSource.h. |
|
Definition at line 115 of file MediaSource.h. |
|
Definition at line 116 of file MediaSource.h. |
|
A vector of mount entries.
|
|
Definition at line 408 of file MediaAccess.cc. References zypp::media::MediaAccess::dumpOn(). |
|
Definition at line 59 of file MediaCD.cc. References zypp::media::MediaSource::equals(). |
|
Definition at line 71 of file MediaCD.cc. |
|
Definition at line 113 of file MediaCurl.cc. Referenced by escapedPath(), and zypp::storage::xml_tag_enclose(). |
|
Definition at line 121 of file MediaCurl.cc. References escape(). |
|
Definition at line 126 of file MediaCurl.cc. |
|
Definition at line 34 of file MediaHandler.cc. Referenced by zypp::media::MediaHandler::MediaHandler(). |
|
Definition at line 1170 of file MediaHandler.cc. References zypp::media::MediaHandler::isAttached(), zypp::media::MediaHandler::localRoot(), and zypp::media::MediaHandler::url(). |
|
Definition at line 139 of file MediaManager.cc. References ENABLE, HAL_AUTOMOUNTER_KEY, HAL_AUTOMOUNTER_UDI, MIL, NONE, REMOVE, WAR, XXX, and ZYPP_CAUGHT. Referenced by zypp::media::MediaManager_Impl::MediaManager_Impl(). |
|
Definition at line 215 of file MediaManager.cc. References ENABLE, HAL_AUTOMOUNTER_KEY, HAL_AUTOMOUNTER_UDI, MIL, NONE, REMOVE, WAR, XXX, and ZYPP_CAUGHT. |
|
Definition at line 40 of file MediaSMB.cc. References zypp::filesystem::Pathname::absolutename(), zypp::filesystem::Pathname::asString(), and zypp::filesystem::Pathname::empty(). |
|
Definition at line 68 of file MediaSMB.cc. References zypp::filesystem::Pathname::absolutename(), zypp::filesystem::Pathname::asString(), and zypp::filesystem::Pathname::empty(). |
|