Top Description Constructors Methods
sun.jvm.hotspot.utilities

public Class PlatformInfo

extends Object
Class Inheritance

Provides canonicalized OS and CPU information for the rest of the system.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static String
public static String
public static boolean
public static void
main(String[] args)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

PlatformInfoback to summary
public PlatformInfo()

Method Detail

getCPUback to summary
public static String getCPU() throws UnsupportedPlatformException
getOSback to summary
public static String getOS() throws UnsupportedPlatformException
knownCPUback to summary
public static boolean knownCPU(String cpu)
mainback to summary
public static void main(String[] args)