public interface NativeUtil
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJVM()
Returns true if this NativeUtil is instanceof
JVMNativeUtil and supports the JVM/JNI API functions. |
boolean |
isLinux()
Returns true if this NativeUtil is instanceof
LinuxNativeUtil and supports the Linux API functions. |
boolean |
isNoop()
Returns true if this NativeUtil does not implement any useful functions.
|
boolean |
isWindows()
Returns true if this NativeUtil is instanceof
WindowsNativeUtil and supports the Windows API functions. |
boolean isWindows()
WindowsNativeUtil and supports the Windows API functions.boolean isLinux()
LinuxNativeUtil and supports the Linux API functions.boolean isJVM()
JVMNativeUtil and supports the JVM/JNI API functions.boolean isNoop()
NativeUtils.getNativeLibraryBinaries() may help.Copyright © 2023. All rights reserved.