Package | Description |
---|---|
jnr.ffi |
Modifier and Type | Class and Description |
---|---|
private static class |
Platform.Darwin
A
Platform subclass representing the MacOS system. |
private static class |
Platform.Default |
(package private) static class |
Platform.Linux
A
Platform subclass representing the Linux operating system. |
private static class |
Platform.Supported |
private static class |
Platform.Unsupported |
private static class |
Platform.Windows
A
Platform subclass representing the Windows system. |
Modifier and Type | Field and Description |
---|---|
(package private) static Platform |
Platform.SingletonHolder.PLATFORM |
Modifier and Type | Method and Description |
---|---|
private static Platform |
Platform.determinePlatform() |
private static Platform |
Platform.determinePlatform(Platform.OS os)
Determines the Platform that best describes the OS
|
static Platform |
Platform.getNativePlatform()
Gets the native Platform
|
static Platform |
Platform.getPlatform()
Deprecated.
|