IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel.library
Class NativeLibraryManager

java.lang.Object
  extended by com.ibm.rational.test.lt.kernel.library.NativeLibraryManager

public class NativeLibraryManager
extends Object


Constructor Summary
NativeLibraryManager()
           
 
Method Summary
 String getFileLocation(String filename)
           
 void loadLibrary(String libraryName)
           
 void setIgnoreCase(boolean ignoreCase)
          originally done for siebel who uses msvcr70.dll which sometimes is MSVCR70.DLL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibraryManager

public NativeLibraryManager()
Method Detail

loadLibrary

public void loadLibrary(String libraryName)
                 throws Exception
Throws:
Exception

getFileLocation

public String getFileLocation(String filename)
                       throws FileNotFoundException
Parameters:
filename - - the name of the file to be found in a deployed zip file
Returns:
- the full path to the filename requested if found, otherwise, null
Throws:
FileNotFoundException

setIgnoreCase

public void setIgnoreCase(boolean ignoreCase)
originally done for siebel who uses msvcr70.dll which sometimes is MSVCR70.DLL

Parameters:
ignoreCase - - when looking for a library or file, should we ignore case when doing compares

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.