Provide a Store to save local resources.
Public Methods
-
ResourceStore()
- Basic Constructor
-
list<list<map<string, list<string>*>*>*> * getResources(list<map<string, list<string>*>*>* resPropsList)
- Get Resources for specified resource properties list.
-
bool addResource(map<string, list<string>*>*resProps)
- Add specified Resource Properties to local maps.
-
list<map<string, list<string>*>*> * getResources(map<string, list<string>*>*resProps)
- Get Resources for specified resource properties list.
-
void showAllResources()
- Just for Testing
-
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.
ResourceStore()
-
Basic Constructor
list<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>>>>
bool 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
list<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>>>>
void showAllResources()
-
Just for Testing
void 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++.