class ResourceUtil

Provide methods to use information from resource properties.

Public Methods

[more]static map<string, list<string>*> * cloneMap(map<string, list<string>*>* reqProps)
Clone the specified map.
[more]static list<map<string, list<string>*>*> * cloneList(list<map<string, list<string>*>*>*inputList)
Clone the specified List.
[more]static void freeMap(map<string, list<string>*>*inputMap)
Free memory for given map
[more]static void freeList(list<map<string, list<string>*>*>*inputList)
Free memory for given List
[more]static string getFileData(string resourceLocalAt)
Retrieve the file data and return it


Documentation

Provide methods to use information from resource properties.

ostatic map<string, list<string>*> * cloneMap(map<string, list<string>*>* reqProps)
Clone the specified map.

Parameters:
map - an Object of Map<String, List<String>>
Returns:
an Object of Map<String, List<String>>

ostatic list<map<string, list<string>*>*> * cloneList(list<map<string, list<string>*>*>*inputList)
Clone the specified List.

Parameters:
list - an Object of List<Map<String, List<String>>>
Returns:
an Object of List<Map<String, List<String>>>

ostatic void freeMap(map<string, list<string>*>*inputMap)
Free memory for given map
Parameters:
inputMap - whose memory is required to be freed

ostatic void freeList(list<map<string, list<string>*>*>*inputList)
Free memory for given List
Parameters:
inputList - whose memory is required to be freed

ostatic string getFileData(string resourceLocalAt)
Retrieve the file data and return it
Parameters:
resourceLocalAt - a String Value of local file whose data is required to be retrieved
Returns:
a String Value of file data


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++.