Uses of Enum
com.kenai.jffi.Platform.OS
Packages that use Platform.OS
-
Uses of Platform.OS in com.kenai.jffi
Fields in com.kenai.jffi declared as Platform.OSMethods in com.kenai.jffi that return Platform.OSModifier and TypeMethodDescriptionprivate static final Platform.OS
Platform.determineOS()
Determines the operating system jffi is running onfinal Platform.OS
Platform.getOS()
Gets the current Operating System.static Platform.OS
Returns the enum constant of this type with the specified name.static Platform.OS[]
Platform.OS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kenai.jffi with parameters of type Platform.OSModifier and TypeMethodDescriptionprivate static final Platform
Platform.determinePlatform
(Platform.OS os) Determines thePlatform
that best describes theOS
private static Platform
Platform.newDefaultPlatform
(Platform.OS os) Constructors in com.kenai.jffi with parameters of type Platform.OSModifierConstructorDescriptionDefault
(Platform.OS os) private
Platform
(Platform.OS os) Constructs a newPlatform
instance.