class UcfFileParser

Provide methods to parse UCH Config File.

Public Methods

[more]map<string, list<string>*> * parse(string ucfFilePath)
Parse ucf(UCH Config File) and returns property map.
[more]static UcfFileParser* getInstance()
Retrieve the UcfFileParser.
[more] UcfFileParser()
Basic Constructor


Documentation

Provide methods to parse UCH Config File.

omap<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>>

ostatic UcfFileParser* getInstance()
Retrieve the UcfFileParser. Provide the reference of UcfFileParser.

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