IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft
Class FtLog

java.lang.Object
  extended by com.rational.test.ft.FtLog

public class FtLog
extends java.lang.Object

This class can be used to open the RQM zipped log. The zip file contents are copied to the temp directory and a transformation is applied with few parameters 1. DojoJs Locatoin 2. Log_Assistive_Files location


Constructor Summary
FtLog()
           
 
Method Summary
static void main(java.lang.String[] args)
          Open the rqm zipped log
static void unEscapeFile(java.lang.String dir, java.lang.String srcFileName)
          This is for the cases where the dojo based logs contain html tags for log info
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtLog

public FtLog()
Method Detail

main

public static void main(java.lang.String[] args)
Open the rqm zipped log

Parameters:
args -

unEscapeFile

public static void unEscapeFile(java.lang.String dir,
                                java.lang.String srcFileName)
                         throws java.io.IOException
This is for the cases where the dojo based logs contain html tags for log info

Throws:
java.io.IOException
Parameters:
dir - The directory
srcFileName - The src file name