com.ibm.rational.test.lt.kernel.library
Class NativeLibraryManager
java.lang.Object
com.ibm.rational.test.lt.kernel.library.NativeLibraryManager
public class NativeLibraryManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeLibraryManager
public NativeLibraryManager()
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
© Copyright IBM Corp. 2012. All rights reserved.