libzypp
13.10.6
|
Abstract base class for 'physical' MediaHandler like MediaCD, etc. More...
#include <MediaHandler.h>
Public Types | |
typedef shared_ptr< MediaHandler > | Ptr |
typedef shared_ptr< const MediaHandler > | constPtr |
Public Member Functions | |
MediaHandler (const Url &url_r, const Pathname &attach_point_r, const Pathname &urlpath_below_attachpoint_r, const bool does_download_r) | |
If the concrete media handler provides a nonempty attach_point, it must be an existing directory. More... | |
virtual | ~MediaHandler () |
Contolling MediaAccess takes care, that attached media is released prior to deleting this. More... | |
bool | downloads () const |
Hint if files are downloaded or not. More... | |
std::string | protocol () const |
Protocol hint for MediaAccess. More... | |
Url | url () const |
Url used. More... | |
void | attach (bool next) |
Use concrete handler to attach the media. More... | |
virtual bool | isAttached () const |
True if media is attached. More... | |
Pathname | localRoot () const |
Return the local directory that corresponds to medias url, no matter if media isAttached or not. More... | |
Pathname | localPath (const Pathname &pathname) const |
Files provided will be available at 'localPath(filename)'. More... | |
void | disconnect () |
Use concrete handler to isconnect media. More... | |
void | release (const std::string &ejectDev="") |
Use concrete handler to release the media. More... | |
void | provideFile (Pathname filename) const |
Use concrete handler to provide file denoted by path below 'localRoot'. More... | |
void | provideFileCopy (Pathname srcFilename, Pathname targetFilename) const |
Call concrete handler to provide a copy of a file under a different place in the file system (usually not under attach point) as a copy. More... | |
void | provideDir (Pathname dirname) const |
Use concrete handler to provide directory denoted by path below 'localRoot' (not recursive!). More... | |
void | provideDirTree (Pathname dirname) const |
Use concrete handler to provide directory tree denoted by path below 'localRoot' (recursive!!). More... | |
void | releaseFile (const Pathname &filename) const |
Remove filename below localRoot IFF handler downloads files to the local filesystem. More... | |
void | releaseDir (const Pathname &dirname) const |
Remove directory tree below localRoot IFF handler downloads files to the local filesystem. More... | |
void | releasePath (Pathname pathname) const |
Remove pathname below localRoot IFF handler downloads files to the local filesystem. More... | |
void | setDeltafile (const Pathname &filename=Pathname()) const |
Pathname | deltafile () const |
void | dirInfo (std::list< std::string > &retlist, const Pathname &dirname, bool dots=true) const |
Return content of directory on media via retlist. More... | |
void | dirInfo (filesystem::DirContent &retlist, const Pathname &dirname, bool dots=true) const |
Basically the same as dirInfo above. More... | |
bool | doesFileExist (const Pathname &filename) const |
check if a file exists More... | |
virtual bool | hasMoreDevices () |
Check if the media has one more device available for attach(true). More... | |
virtual void | getDetectedDevices (std::vector< std::string > &devices, unsigned int &index) const |
Fill in a vector of detected ejectable devices and the index of the currently attached device within the vector. More... | |
Static Public Member Functions | |
static bool | setAttachPrefix (const Pathname &attach_prefix) |
static std::string | getRealPath (const std::string &path) |
static Pathname | getRealPath (const Pathname &path) |
Protected Member Functions | |
bool | dependsOnParent (MediaAccessId parentId, bool exactIdMatch) |
Check if the current media handler depends on an another handler specified by media access id. More... | |
bool | dependsOnParent () |
void | resetParentId () |
Called in case, where the media manager takes over the destruction of the parent id (e.g. More... | |
Pathname | attachPoint () const |
Return the currently used attach point. More... | |
void | setAttachPoint (const Pathname &path, bool temp) |
Set a new attach point. More... | |
void | setAttachPoint (const AttachPointRef &ref) |
Set a (shared) attach point. More... | |
AttachPoint | attachPointHint () const |
Get the actual attach point hint. More... | |
void | attachPointHint (const Pathname &path, bool temp) |
Set the attach point hint as specified by the user. More... | |
Pathname | createAttachPoint () const |
Try to create a default / temporary attach point. More... | |
Pathname | createAttachPoint (const Pathname &attach_root) const |
Try to create a temporary attach point in specified root. More... | |
void | removeAttachPoint () |
Remove unused attach point. More... | |
virtual bool | checkAttachPoint (const Pathname &apoint) const |
Verify if the specified directory as attach point (root) as requires by the particular media handler implementation. More... | |
bool | isUseableAttachPoint (const Pathname &path, bool mtab=true) const |
Ask media manager, if the specified path is already used as attach point or if there are another attach points bellow of it. More... | |
std::string | mediaSourceName () const |
Get the media source name or an empty string. More... | |
void | setMediaSource (const MediaSourceRef &ref) |
Set new media source reference. More... | |
AttachedMedia | findAttachedMedia (const MediaSourceRef &media) const |
Ask the media manager if specified media source is already attached. More... | |
AttachedMedia | attachedMedia () const |
Returns the attached media. More... | |
bool | isSharedMedia () const |
Returns a hint if the media is shared or not. More... | |
bool | checkAttached (bool matchMountFs) const |
Check actual mediaSource attachment against the current mount table of the system. More... | |
void | forceRelaseAllMedia (bool matchMountFs) |
Call to this function will try to release all media matching the currenlty attached media source, that it is able to find in the mount table. More... | |
void | forceRelaseAllMedia (const MediaSourceRef &ref, bool matchMountFs) |
virtual void | attachTo (bool next=false)=0 |
Call concrete handler to attach the media. More... | |
virtual void | disconnectFrom () |
Call concrete handler to disconnect media. More... | |
virtual void | releaseFrom (const std::string &ejectDev="")=0 |
Call concrete handler to release the media. More... | |
virtual void | forceEject (const std::string &device) |
Call concrete handler to physically eject the media (i.e. More... | |
virtual void | getFile (const Pathname &filename) const =0 |
Call concrete handler to provide file below attach point. More... | |
virtual void | getFileCopy (const Pathname &srcFilename, const Pathname &targetFilename) const |
Call concrete handler to provide a file under a different place in the file system (usually not under attach point) as a copy. More... | |
virtual void | getDir (const Pathname &dirname, bool recurse_r) const =0 |
Call concrete handler to provide directory content (not recursive!) below attach point. More... | |
virtual void | getDirInfo (std::list< std::string > &retlist, const Pathname &dirname, bool dots=true) const =0 |
Call concrete handler to provide a content list of directory on media via retlist. More... | |
virtual void | getDirInfo (filesystem::DirContent &retlist, const Pathname &dirname, bool dots=true) const =0 |
Basically the same as getDirInfo above. More... | |
virtual bool | getDoesFileExist (const Pathname &filename) const =0 |
check if a file exists More... | |
void | getDirectoryYast (std::list< std::string > &retlist, const Pathname &dirname, bool dots=true) const |
Retrieve and if available scan dirname/directory.yast. More... | |
void | getDirectoryYast (filesystem::DirContent &retlist, const Pathname &dirname, bool dots=true) const |
Retrieve and if available scan dirname/directory.yast. More... | |
Static Protected Member Functions | |
static bool | checkAttachPoint (const Pathname &apoint, bool empty_dir, bool writeable) |
Verify if the specified directory as attach point (root) using requested checks. More... | |
Protected Attributes | |
const Url | _url |
Url to handle. More... | |
MediaAccessId | _parentId |
Access Id of media handler we depend on. More... | |
Private Attributes | |
MediaSourceRef | _mediaSource |
The attached media source description reference. More... | |
AttachPointRef | _attachPoint |
This is where the media will be actually attached ("mounted"). More... | |
AttachPoint | _AttachPointHint |
The user provided attach preferred point. More... | |
Pathname | _relativeRoot |
The relative root directory of the data on the media. More... | |
bool | _does_download |
True if concrete handler downloads files to the local filesystem. More... | |
time_t | _attach_mtime |
timestamp of the the last attach verification More... | |
Pathname | _deltafile |
file usable for delta downloads More... | |
Static Private Attributes | |
static Pathname | _attachPrefix |
User defined default attach point prefix. More... | |
Friends | |
class | MediaAccess |
MediaAccess (MediaManager) needs access to the attachedMedia() function to deliver a shared media source and its attach point to the media manager and then to other media handler instances. More... | |
std::ostream & | operator<< (std::ostream &str, const MediaHandler &obj) |
Abstract base class for 'physical' MediaHandler like MediaCD, etc.
Handles the requests forwarded by MediaAccess. The public interface contains nonvirtual methods, which should do common sanitychecks and logging. For the real action they call virtual methods overloaded by the concrete handler.
Definition at line 45 of file MediaHandler.h.
Definition at line 49 of file MediaHandler.h.
typedef shared_ptr<const MediaHandler> zypp::media::MediaHandler::constPtr |
Definition at line 50 of file MediaHandler.h.
zypp::media::MediaHandler::MediaHandler | ( | const Url & | url_r, |
const Pathname & | attach_point_r, | ||
const Pathname & | urlpath_below_attachpoint_r, | ||
const bool | does_download_r | ||
) |
If the concrete media handler provides a nonempty attach_point, it must be an existing directory.
On an empty attach_point, MediaHandler will create a temporay directory, which will be erased from destructor.
On any error, the attach_point is set to an empty Pathname, which should lead to E_bad_attachpoint.
Definition at line 53 of file MediaHandler.cc.
|
virtual |
Contolling MediaAccess takes care, that attached media is released prior to deleting this.
Definition at line 104 of file MediaHandler.cc.
|
static |
Definition at line 312 of file MediaHandler.cc.
|
static |
Definition at line 120 of file MediaHandler.cc.
|
static |
Definition at line 157 of file MediaHandler.cc.
|
protected |
Check if the current media handler depends on an another handler specified by media access id.
parentId | The id of the parent handler to check against. |
Definition at line 948 of file MediaHandler.cc.
|
protected |
Definition at line 942 of file MediaHandler.cc.
|
protected |
Called in case, where the media manager takes over the destruction of the parent id (e.g.
while destruction of the media manager).
Definition at line 114 of file MediaHandler.cc.
|
protected |
Return the currently used attach point.
Definition at line 214 of file MediaHandler.cc.
|
protected |
Set a new attach point.
path | The attach point directory path. |
temp | If to remove the attach point while cleanup. |
Definition at line 229 of file MediaHandler.cc.
|
protected |
Set a (shared) attach point.
ref | New attach point reference. |
Definition at line 252 of file MediaHandler.cc.
|
protected |
Get the actual attach point hint.
Definition at line 284 of file MediaHandler.cc.
|
protected |
Set the attach point hint as specified by the user.
path | The attach point directory path. |
temp | If to remove the attach point while cleanup. |
Definition at line 269 of file MediaHandler.cc.
|
protected |
Try to create a default / temporary attach point.
It trys to create it in attachPrefix if avaliable, then in built-in directories.
Definition at line 341 of file MediaHandler.cc.
|
protected |
Try to create a temporary attach point in specified root.
attach_root | The attach root dir where to create the attach point in. |
Definition at line 377 of file MediaHandler.cc.
|
protected |
Remove unused attach point.
If the attach point is temporary, the attach point directory and all it content will be removed.
Definition at line 172 of file MediaHandler.cc.
|
protectedvirtual |
Verify if the specified directory as attach point (root) as requires by the particular media handler implementation.
apoint | The directory to check. |
Reimplemented in zypp::media::MediaCurl.
Definition at line 868 of file MediaHandler.cc.
|
staticprotected |
Verify if the specified directory as attach point (root) using requested checks.
apoint | The directory to check. |
empty_dir | Check if the directory is empty. |
writeable | Check if the directory is writeable. |
Definition at line 875 of file MediaHandler.cc.
|
protected |
Ask media manager, if the specified path is already used as attach point or if there are another attach points bellow of it.
path | The attach point path to check. |
mtab | Whether to check against the mtab, too. |
Definition at line 445 of file MediaHandler.cc.
|
inlineprotected |
Get the media source name or an empty string.
Definition at line 229 of file MediaHandler.h.
|
protected |
Set new media source reference.
ref | The new reference. |
Definition at line 461 of file MediaHandler.cc.
|
protected |
Ask the media manager if specified media source is already attached.
Definition at line 298 of file MediaHandler.cc.
|
protected |
Returns the attached media.
Used by MediaManager to find other handlers using the same source.
Definition at line 477 of file MediaHandler.cc.
|
protected |
Returns a hint if the media is shared or not.
Definition at line 494 of file MediaHandler.cc.
|
protected |
Check actual mediaSource attachment against the current mount table of the system.
Used to implement isAttached().
matchMountFs | If to use the filesystem type from the mount table (nfs, smb and cifs) or from mediaSource while compare of a mount entry with mediaSource. |
Definition at line 508 of file MediaHandler.cc.
|
protected |
Call to this function will try to release all media matching the currenlty attached media source, that it is able to find in the mount table.
This means also foreign (user) mounts!
matchMountFs | If to use the filesystem type from the mount table (nfs, smb and cifs) or from mediaSource while compare of a mount entry with mediaSource. |
Definition at line 798 of file MediaHandler.cc.
|
protected |
Definition at line 803 of file MediaHandler.cc.
|
protectedpure virtual |
Call concrete handler to attach the media.
Asserted that not already attached, and attachPoint is a directory.
next | try next available device in turn until end of device list is reached (for media which are accessible through multiple devices like cdroms). |
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaPlugin, zypp::media::MediaCIFS, and zypp::media::MediaDIR.
|
inlineprotectedvirtual |
Call concrete handler to disconnect media.
Asserted that media is attached.
This is useful for media which e.g. holds open a connection to a server like FTP. After calling disconnect() the media object still is valid and files are present.
After calling disconnect() it's not possible to call provideFile() or provideDir() anymore.
MediaException |
Reimplemented in zypp::media::MediaCurl.
Definition at line 325 of file MediaHandler.h.
|
protectedpure virtual |
Call concrete handler to release the media.
If eject is true, and the media is used in one handler instance only, physically eject the media (i.e. CD-ROM).
Asserted that media is attached.
ejectDev | Device to eject. None if empty. |
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaPlugin, zypp::media::MediaCIFS, and zypp::media::MediaDIR.
|
inlineprotectedvirtual |
Call concrete handler to physically eject the media (i.e.
CD-ROM) in case the media is not attached..
Asserted that media is not attached.
Reimplemented in zypp::media::MediaCD.
Definition at line 347 of file MediaHandler.h.
|
protectedpure virtual |
Call concrete handler to provide file below attach point.
Default implementation provided, that returns whether a file is located at 'localRoot + filename'.
Asserted that media is attached.
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaPlugin, zypp::media::MediaCIFS, and zypp::media::MediaDIR.
Definition at line 1218 of file MediaHandler.cc.
|
protectedvirtual |
Call concrete handler to provide a file under a different place in the file system (usually not under attach point) as a copy.
Media must be attached before by callee.
Default implementation provided that calls getFile(srcFilename) and copies the result around.
MediaException |
Reimplemented in zypp::media::MediaCurl.
Definition at line 1232 of file MediaHandler.cc.
|
protectedpure virtual |
Call concrete handler to provide directory content (not recursive!) below attach point.
Return E_not_supported_by_media if media does not support retrieval of directory content.
Default implementation provided, that returns whether a directory is located at 'localRoot + dirname'.
Asserted that media is attached.
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaPlugin, zypp::media::MediaCIFS, and zypp::media::MediaDIR.
Definition at line 1252 of file MediaHandler.cc.
|
protectedpure virtual |
Call concrete handler to provide a content list of directory on media via retlist.
If dots is false entries starting with '.' are not reported.
Return E_not_supported_by_media if media does not support retrieval of directory content.
Default implementation provided, that returns the content of a directory at 'localRoot + dirnname' retrieved via 'readdir'.
Asserted that media is attached and retlist is empty.
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaPlugin, zypp::media::MediaCIFS, and zypp::media::MediaDIR.
Definition at line 1274 of file MediaHandler.cc.
|
protectedpure virtual |
Basically the same as getDirInfo above.
The content list is returned as filesystem::DirContent, which includes name and filetype of each directory entry. Retrieving the filetype usg. requires an additional ::stat call for each entry, thus it's more expensive than a simple readdir.
Asserted that media is attached and retlist is empty.
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaCIFS, zypp::media::MediaPlugin, and zypp::media::MediaDIR.
Definition at line 1318 of file MediaHandler.cc.
|
protectedpure virtual |
check if a file exists
Asserted that url is a file and not a dir.
MediaException |
Implemented in zypp::media::MediaCurl, zypp::media::MediaISO, zypp::media::MediaCD, zypp::media::MediaNFS, zypp::media::MediaDISK, zypp::media::MediaCIFS, zypp::media::MediaPlugin, and zypp::media::MediaDIR.
Definition at line 1359 of file MediaHandler.cc.
|
protected |
Retrieve and if available scan dirname/directory.yast.
Asserted that media is attached.
MediaException |
Definition at line 1135 of file MediaHandler.cc.
|
protected |
Retrieve and if available scan dirname/directory.yast.
Asserted that media is attached.
MediaException |
Definition at line 1155 of file MediaHandler.cc.
|
inline |
Hint if files are downloaded or not.
Definition at line 496 of file MediaHandler.h.
|
inline |
Protocol hint for MediaAccess.
Definition at line 501 of file MediaHandler.h.
|
inline |
Url used.
Definition at line 506 of file MediaHandler.h.
void zypp::media::MediaHandler::attach | ( | bool | next | ) |
Use concrete handler to attach the media.
next | try next available device in turn until end of device list is reached (for media which are accessible through multiple devices like cdroms). |
MediaException |
Definition at line 653 of file MediaHandler.cc.
|
inlinevirtual |
True if media is attached.
Reimplemented in zypp::media::MediaCD, zypp::media::MediaISO, zypp::media::MediaNFS, zypp::media::MediaDISK, and zypp::media::MediaCIFS.
Definition at line 523 of file MediaHandler.h.
Pathname zypp::media::MediaHandler::localRoot | ( | ) | const |
Return the local directory that corresponds to medias url, no matter if media isAttached or not.
Files requested will be available at 'localRoot() + filename' or better 'localPath( filename )'.
Returns empty pathname if E_bad_attachpoint
Definition at line 235 of file MediaHandler.cc.
Pathname zypp::media::MediaHandler::localPath | ( | const Pathname & | pathname | ) | const |
Files provided will be available at 'localPath(filename)'.
Returns empty pathname if E_bad_attachpoint
Definition at line 684 of file MediaHandler.cc.
void zypp::media::MediaHandler::disconnect | ( | ) |
Use concrete handler to isconnect media.
This is useful for media which e.g. holds open a connection to a server like FTP. After calling disconnect() the media object still is valid and files are present.
After calling disconnect() it's not possible to call provideFile() or provideDir() anymore.
MediaException |
Definition at line 707 of file MediaHandler.cc.
void zypp::media::MediaHandler::release | ( | const std::string & | ejectDev = "" | ) |
Use concrete handler to release the media.
eject | Device to physically eject. None if empty. |
MediaException |
Definition at line 724 of file MediaHandler.cc.
void zypp::media::MediaHandler::provideFile | ( | Pathname | filename | ) | const |
Use concrete handler to provide file denoted by path below 'localRoot'.
Filename is interpreted relative to the attached url and a path prefix is preserved.
MediaException |
Definition at line 990 of file MediaHandler.cc.
void zypp::media::MediaHandler::provideFileCopy | ( | Pathname | srcFilename, |
Pathname | targetFilename | ||
) | const |
Call concrete handler to provide a copy of a file under a different place in the file system (usually not under attach point) as a copy.
Media must be attached before by callee.
srcFilename | Filename of source file on the media |
targetFilename | Filename for the target in the file system |
MediaException |
Definition at line 977 of file MediaHandler.cc.
void zypp::media::MediaHandler::provideDir | ( | Pathname | dirname | ) | const |
Use concrete handler to provide directory denoted by path below 'localRoot' (not recursive!).
dirname is interpreted relative to the attached url and a path prefix is preserved.
MediaException |
Definition at line 1010 of file MediaHandler.cc.
void zypp::media::MediaHandler::provideDirTree | ( | Pathname | dirname | ) | const |
Use concrete handler to provide directory tree denoted by path below 'localRoot' (recursive!!).
dirname is interpreted relative to the attached url and a path prefix is preserved.
MediaException |
Definition at line 1029 of file MediaHandler.cc.
|
inline |
Remove filename below localRoot IFF handler downloads files to the local filesystem.
Never remove anything from media.
MediaException |
Definition at line 617 of file MediaHandler.h.
|
inline |
Remove directory tree below localRoot IFF handler downloads files to the local filesystem.
Never remove anything from media.
MediaException |
Definition at line 626 of file MediaHandler.h.
void zypp::media::MediaHandler::releasePath | ( | Pathname | pathname | ) | const |
Remove pathname below localRoot IFF handler downloads files to the local filesystem.
Never remove anything from media.
If pathname denotes a directory it is recursively removed. If pathname is empty or '/' everything below the localRoot is recursively removed. If pathname denotes a file it is unlinked.
MediaException |
Definition at line 1048 of file MediaHandler.cc.
void zypp::media::MediaHandler::setDeltafile | ( | const Pathname & | filename = Pathname() | ) | const |
Definition at line 1384 of file MediaHandler.cc.
Pathname zypp::media::MediaHandler::deltafile | ( | ) | const |
Definition at line 1389 of file MediaHandler.cc.
void zypp::media::MediaHandler::dirInfo | ( | std::list< std::string > & | retlist, |
const Pathname & | dirname, | ||
bool | dots = true |
||
) | const |
Return content of directory on media via retlist.
If dots is false entries starting with '.' are not reported.
The request is forwarded to the concrete handler, which may atempt to retieve the content e.g. via 'readdir'
Caution: This is not supported by all media types. Be prepared to handle E_not_supported_by_media.
MediaException |
Definition at line 1074 of file MediaHandler.cc.
void zypp::media::MediaHandler::dirInfo | ( | filesystem::DirContent & | retlist, |
const Pathname & | dirname, | ||
bool | dots = true |
||
) | const |
Basically the same as dirInfo above.
The content is returned as filesystem::DirContent, which includes name and filetype of each directory entry. Retrieving the filetype usg. requires an additional ::stat call for each entry, thus it's more expensive than a simple readdir.
Caution: This is not supported by all media types. Be prepared to handle E_not_supported_by_media.
MediaException |
Definition at line 1096 of file MediaHandler.cc.
bool zypp::media::MediaHandler::doesFileExist | ( | const Pathname & | filename | ) | const |
check if a file exists
Asserted that url is a file and not a dir.
MediaException |
Definition at line 1118 of file MediaHandler.cc.
|
virtual |
Check if the media has one more device available for attach(true).
Reimplemented in zypp::media::MediaCD.
Definition at line 1368 of file MediaHandler.cc.
|
virtual |
Fill in a vector of detected ejectable devices and the index of the currently attached device within the vector.
The contents of the vector are the device names (/dev/cdrom and such).
devices | vector to load with the device names |
index | index of the currently used device in the devices vector |
Reimplemented in zypp::media::MediaCD.
Definition at line 1373 of file MediaHandler.cc.
|
friend |
MediaAccess (MediaManager) needs access to the attachedMedia() function to deliver a shared media source and its attach point to the media manager and then to other media handler instances.
Further, is needs to be able to forward the dependsOnParent() and resetParentId() functions to the media manager.
Definition at line 124 of file MediaHandler.h.
|
friend |
|
staticprivate |
User defined default attach point prefix.
Definition at line 61 of file MediaHandler.h.
|
mutableprivate |
The attached media source description reference.
Definition at line 67 of file MediaHandler.h.
|
private |
This is where the media will be actually attached ("mounted").
All files are provided bellow this + _relativeRoot directory.
Definition at line 73 of file MediaHandler.h.
|
private |
The user provided attach preferred point.
It may contain following values:
"", true => create temporary attach point bellow of _attachPrefix or a built-in default and remove it if not needed any more. dir, false => user specified attach point (not removed)
Definition at line 85 of file MediaHandler.h.
|
private |
The relative root directory of the data on the media.
See also localRoot() and urlpath_below_attachpoint_r constructor argument.
Definition at line 92 of file MediaHandler.h.
|
private |
True if concrete handler downloads files to the local filesystem.
If true releaseFile/Dir will delete them.
Definition at line 98 of file MediaHandler.h.
|
mutableprivate |
timestamp of the the last attach verification
Definition at line 101 of file MediaHandler.h.
|
mutableprivate |
file usable for delta downloads
Definition at line 104 of file MediaHandler.h.
|
protected |
Url to handle.
Definition at line 110 of file MediaHandler.h.
|
protected |
Access Id of media handler we depend on.
Definition at line 115 of file MediaHandler.h.