Uses of Class
com.kenai.jffi.internal.StubLoader.OS
-
Packages that use StubLoader.OS Package Description com.kenai.jffi.internal -
-
Uses of StubLoader.OS in com.kenai.jffi.internal
Fields in com.kenai.jffi.internal declared as StubLoader.OS Modifier and Type Field Description private static StubLoader.OS
StubLoader. os
Methods in com.kenai.jffi.internal that return StubLoader.OS Modifier and Type Method Description private static StubLoader.OS
StubLoader. determineOS()
Determines the operating system jffi is running onstatic StubLoader.OS
StubLoader. getOS()
static StubLoader.OS
StubLoader.OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StubLoader.OS[]
StubLoader.OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-