|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for any of the LibraryLoader
-s. Class, that implements this interface
should be able to load and unload native libraries. Additional methods exists for convenient and
tuneable use.
Library
Method Summary | |
void |
addPath(java.util.List directories)
Adds additional paths where native libraries could be found. |
void |
addPath(java.lang.String path)
Adds additional paths where native libraries could be found. |
void |
loadLibrary(Library lib)
Loads the native library. |
java.io.File |
locateLibrary(Library lib)
Locates native library. |
void |
unloadLibrary(Library lib)
unloads the native library. |
Method Detail |
public void loadLibrary(Library lib)
lib
- Library
to loadpublic void unloadLibrary(Library lib)
lib
- Library
to unloadpublic java.io.File locateLibrary(Library lib)
lib
- Library
to locate
public void addPath(java.util.List directories)
directories
- list of directoriespublic void addPath(java.lang.String path)
path
- String
representation of paths
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |