#include <urlassetrepository.h>
Extends UpdatableAssetRepositoryInterface with a url on disk.
Public Member Functions | |
MAXON_METHOD Url | GetUrl (Bool getOrigin) const |
Private Member Functions | |
MAXON_INTERFACE (UrlAssetRepositoryInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.urlassetrepository") | |
|
private |
MAXON_METHOD Url GetUrl | ( | Bool | getOrigin | ) | const |
GetUrl returns the storage url of the asset repository.
[in] | getOrigin | True to get the original mount path of the repository. False to get the effective url (e.g. this could be a ramdisk:// in case of http connections). |