| |
|
| java.lang.Object com.coi.tools.os.izpack.COIOSHelper
COIOSHelper | public class COIOSHelper (Code) | | Base class to handle multiple native methods of multiple classes in one shared library. This is a
singelton class.
author: Klaus Bartz |
addDependant | public void addDependant(NativeLibraryClient dependant) throws Exception(Code) | | Add a NativeLibraryClient as dependant to this object. The method tries to load the shared
library COIOSHelper which should contain native methods for the dependant.
Parameters: dependant - to be added throws: Exception - if loadLibrary for the needed lib fails |
freeLibrary | public void freeLibrary(String name)(Code) | | Parameters: name - |
getInstance | public static synchronized COIOSHelper getInstance()(Code) | | Returns the one existent object of this class.
the one existent object of this class |
|
|
|