public class NativeLibraryManager extends Object
| Constructor and Description |
|---|
NativeLibraryManager() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public String getFileLocation(String filename) throws FileNotFoundException
filename - - the name of the file to be found in a deployed zip fileFileNotFoundExceptionpublic void setIgnoreCase(boolean ignoreCase)
ignoreCase - - when looking for a library or file, should we ignore case when doing compares© Copyright IBM Corp. 2013. All rights reserved.