|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface NativeLibLoader.LoaderAction
Method Summary | |
---|---|
void |
loadLibrary(java.lang.String libname,
java.lang.String[] preload,
boolean doPreload,
boolean ignoreError)
Loads the library specified by libname. |
Method Detail |
---|
void loadLibrary(java.lang.String libname, java.lang.String[] preload, boolean doPreload, boolean ignoreError)
libname
- the library to loadpreload
- the libraries to load before loading the main librarydoPreload
- true, iff the preload-libraries should be loadedignoreError
- true, iff errors during loading the preload-libraries should be ignored
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |