| Package | Description |
|---|---|
| org.jruby.ext.ffi |
| Modifier and Type | Field and Description |
|---|---|
static Platform.OS_TYPE |
Platform.OS |
| Modifier and Type | Method and Description |
|---|---|
private static Platform.OS_TYPE |
Platform.determineOS() |
Platform.OS_TYPE |
Platform.getOS()
Gets the current Operating System.
|
static Platform.OS_TYPE |
Platform.OS_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Platform.OS_TYPE[] |
Platform.OS_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static Platform |
Platform.determinePlatform(Platform.OS_TYPE os) |
| Constructor and Description |
|---|
Default(Platform.OS_TYPE os) |
Platform(Platform.OS_TYPE os) |
Supported(Platform.OS_TYPE os) |
Unsupported(Platform.OS_TYPE os) |