UrlAssetRepositoryInterface Class Reference

#include <urlassetrepository.h>

Inheritance diagram for UrlAssetRepositoryInterface:

Detailed Description

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")
 

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( UrlAssetRepositoryInterface  ,
MAXON_REFERENCE_NORMAL  ,
"net.maxon.interface.urlassetrepository"   
)
private

◆ GetUrl()

MAXON_METHOD Url GetUrl ( Bool  getOrigin) const

GetUrl returns the storage url of the asset repository.

Parameters
[in]getOriginTrue 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).
Returns
OK on success.