Provide methods to use information from resource properties.
Public Methods
-
static map<string, list<string>*> * cloneMap(map<string, list<string>*>* reqProps)
- Clone the specified map.
-
static list<map<string, list<string>*>*> * cloneList(list<map<string, list<string>*>*>*inputList)
- Clone the specified List.
-
static void freeMap(map<string, list<string>*>*inputMap)
- Free memory for given map
-
static void freeList(list<map<string, list<string>*>*>*inputList)
- Free memory for given List
-
static string getFileData(string resourceLocalAt)
- Retrieve the file data and return it
Documentation
Provide methods to use information from resource properties.
static 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>>
static 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>>>
static void freeMap(map<string, list<string>*>*inputMap)
-
Free memory for given map
- Parameters:
- inputMap - whose memory is required to be freed
static void freeList(list<map<string, list<string>*>*>*inputList)
-
Free memory for given List
- Parameters:
- inputList - whose memory is required to be freed
static 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++.