Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Class and Description |
---|---|
private static class |
Platform.Darwin
A
Platform subclass representing the MacOS system. |
private static class |
Platform.Default |
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(Platform.OS os)
Determines the Platform that best describes the OS
|
static Platform |
Platform.getPlatform()
Gets the current Platform
|
private static Platform |
Platform.newDarwinPlatform() |
private static Platform |
Platform.newDefaultPlatform(Platform.OS os) |
private static Platform |
Platform.newWindowsPlatform() |