public class NoopNativeUtil extends Object implements NativeUtil
| Constructor and Description |
|---|
NoopNativeUtil() |
| 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. |
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 NativeUtilpublic boolean isFreeBSD()
NativeUtilFreeBSDNativeUtil and supports the FreeBSD API functions.isFreeBSD in interface NativeUtilpublic boolean isNetBSD()
NativeUtilNetBSDNativeUtil and supports the NetBSD API functions.isNetBSD in interface NativeUtilpublic boolean isPosix()
NativeUtilPosixNativeUtil and supports the POSIX API functions.isPosix in interface NativeUtilCopyright © 2024. All rights reserved.