class UcfFileUtil

Provide method to create and write data to file.

Public Methods

[more] UcfFileUtil()
Base Constructor
[more]bool saveUcfFile(string ucfFilePathURI, map<string, list<string>*>* props, string resourceFileRelativePath)
Create specified UCF(UCH Context File) file and Save specified properties to it.


Documentation

Provide method to create and write data to file.

o UcfFileUtil()
Base Constructor

obool saveUcfFile(string ucfFilePathURI, map<string, list<string>*>* props, string resourceFileRelativePath)
Create specified UCF(UCH Context File) file and Save specified properties to it.

Parameters:
ucfFilePathURI - a String specifies UCF file path URI string
props - an object of Map<String, List<String>> specifies UCF file properties
resourceFileRelativePath - a String value specifies resource file relative path
Returns:
a boolean value specifies whether data saved to file successfully


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