public class NoopNativeUtil extends Object implements NativeUtil
| Constructor and Description |
|---|
NoopNativeUtil() |
| 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. |
public boolean isWindows()
NativeUtilWindowsNativeUtil and supports the Windows API functions.isWindows in interface NativeUtilpublic boolean isLinux()
NativeUtilLinuxNativeUtil and supports the Linux API functions.isLinux in interface NativeUtilpublic boolean isJVM()
NativeUtilJVMNativeUtil and supports the JVM/JNI API functions.isJVM in interface NativeUtilpublic boolean isNoop()
NativeUtilNativeUtils.getNativeLibraryBinaries() may help.isNoop in interface NativeUtilCopyright © 2023. All rights reserved.