Class Platform


  • public class Platform
    extends java.lang.Object
    A platform is a unique combination of CPU architecture and operating system. This class attempts to determine the platform it is executing on by examining and normalizing the os.arch and os.name system properties.