class LocalUploadManager

Provide methods to upload resources locally

Public Methods

[more] LocalUploadManager(ResourceManager* resourceManager, string localResourceDirURI)
Constructor.
[more]map<string, string> * uploadResource(map<string, list<string>*>* props, string resourceUri)
Upload the Specified Resource to Local Resource Manager.


Documentation

Provide methods to upload resources locally

o LocalUploadManager(ResourceManager* resourceManager, string localResourceDirURI)
Constructor. Provide the reference of ResourceManager to local variable. Create a directory for store uploaded resource under local resource directory.

Parameters:
resourceManager - an object of ResourceManager
localResourceDirURI - a String value of local resource directory path URI

omap<string, string> * uploadResource(map<string, list<string>*>* props, string resourceUri)
Upload the Specified Resource to Local Resource Manager.

Parameters:
props - an object of Map<String, List<String>> specifies resource properties
resourceUri - a String value of Resource URI
Returns:
an object of Map<String, String> specified upload response


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.