class ResourceStore

Provide a Store to save local resources.

Public Methods

[more] ResourceStore()
Basic Constructor
[more]list<list<map<string, list<string>*>*>*> * getResources(list<map<string, list<string>*>*>* resPropsList)
Get Resources for specified resource properties list.
[more]bool addResource(map<string, list<string>*>*resProps)
Add specified Resource Properties to local maps.
[more]list<map<string, list<string>*>*> * getResources(map<string, list<string>*>*resProps)
Get Resources for specified resource properties list.
[more]void showAllResources()
Just for Testing
[more]void clear()
Clear all properties map list


Documentation

Provide a Store to save local resources. Also provide methods to add and find resources from the store.

o ResourceStore()
Basic Constructor

olist<list<map<string, list<string>*>*>*> * getResources(list<map<string, list<string>*>*>* resPropsList)
Get Resources for specified resource properties list.

Parameters:
resPropsList - an Object of list<map<string, list<string>>>
Returns:
an Object of list<list<map<string, list<string>>>>

obool addResource(map<string, list<string>*>*resProps)
Add specified Resource Properties to local maps. Make entry of Resource Properties in Resource Name and Resource Type Map.

Parameters:
resProps - an Object of Map<String, List<String>>
Returns:
a boolean value specifies whether Resource Properties added successfully or not

olist<map<string, list<string>*>*> * getResources(map<string, list<string>*>*resProps)
Get Resources for specified resource properties list.

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

ovoid showAllResources()
Just for Testing

ovoid clear()
Clear all properties map list


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