public class SystemDelegate extends java.lang.Object implements NativeLoaderDelegate
SKIP_MERGED_JNI_ONLOAD| Constructor and Description |
|---|
SystemDelegate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLibraryPath(java.lang.String libName) |
int |
getSoSourcesVersion() |
boolean |
loadLibrary(java.lang.String shortName,
int flags) |
public boolean loadLibrary(java.lang.String shortName,
int flags)
loadLibrary in interface NativeLoaderDelegateshortName - Name of library to find, without "lib" prefix or ".so" suffixflags - 0 for default behavior, otherwise NativeLoaderDelegate defines other behaviors.NativeLoader.loadLibrary(String, int)public java.lang.String getLibraryPath(java.lang.String libName)
getLibraryPath in interface NativeLoaderDelegatelibName - Name of library to find, without "lib" prefix or ".so" suffixNativeLoader.getLibraryPath(String)public int getSoSourcesVersion()
getSoSourcesVersion in interface NativeLoaderDelegateNativeLoader.getSoSourcesVersion()