Parse ResourceSheet and provide method for getting matched Resource.
Public Methods
-
ResourceDirectory( IXML_Node*element, string uri, list<ResourceSheetProperties*>* resourceSheetPropList)
- Constructor.
-
AResourceDescription* getResource(map<string, list<AResourceDescription*>*>*resourceMap, map<string, string>* resPropMap)
- Return an Object of AResourceDescription for matching 'resPropMap' and put all AResourceDescription in 'resourceMap' if matched Resource is found.
Documentation
Parse ResourceSheet and provide method for getting matched Resource.
ResourceDirectory( IXML_Node*element, string uri, list<ResourceSheetProperties*>* resourceSheetPropList)
-
Constructor.
Parse <ResDir> Element of Target Description(.td) file.
- Parameters:
- element - an Object of Element
uri - a String value of Target Description URI(tdUri)
resourceDirectoryList - a List<ResourceDirectory> of Resource Directories
AResourceDescription* getResource(map<string, list<AResourceDescription*>*>*resourceMap, map<string, string>* resPropMap)
-
Return an Object of AResourceDescription for matching 'resPropMap' and put all AResourceDescription in 'resourceMap' if matched Resource is found.
- Parameters:
- resourceMap - Map<String, List<AResourceDescription>>
resPropMap - Map<String, String>
- Returns:
- an Object of AResourceDescription
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.