Provide methods to parse UCH Config File.
Public Methods
-
map<string, list<string>*> * parse(string ucfFilePath)
- Parse ucf(UCH Config File) and returns property map.
-
static UcfFileParser* getInstance()
- Retrieve the UcfFileParser.
-
UcfFileParser()
- Basic Constructor
Documentation
Provide methods to parse UCH Config File.
map<string, list<string>*> * parse(string ucfFilePath)
-
Parse ucf(UCH Config File) and returns property map.
- Parameters:
- ucfFilePath - a String Value of uch file path.
- Returns:
- an Object of Map<String, List<String>>
static UcfFileParser* getInstance()
-
Retrieve the UcfFileParser.
Provide the reference of UcfFileParser.
UcfFileParser()
-
Basic Constructor
- 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++.