public interface NativeUtil
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFreeBSD()
returns true if this NativeUtil is instanceof
FreeBSDNativeUtil and supports the FreeBSD API functions. |
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 |
isNetBSD()
returns true if this NativeUtil is instanceof
NetBSDNativeUtil and supports the NetBSD API functions. |
boolean |
isNoop()
Returns true if this NativeUtil does not implement any useful functions.
|
boolean |
isPosix()
returns true if this NativeUtil is instanceof
PosixNativeUtil and supports the POSIX API 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.boolean isFreeBSD()
FreeBSDNativeUtil and supports the FreeBSD API functions.boolean isNetBSD()
NetBSDNativeUtil and supports the NetBSD API functions.boolean isPosix()
PosixNativeUtil and supports the POSIX API functions.Copyright © 2024. All rights reserved.