Package com.iizix.os

Class OSSystemInfo.Basic

  • Enclosing class:
    OSSystemInfo<INFO>

    public static final class OSSystemInfo.Basic
    extends java.lang.Object
    Basic OS and JVM information class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String osArchitecture
      The operating system architecture.
      java.lang.String osName
      The name of the operating system.
      java.lang.String osVersion
      The version of the operating system.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • osArchitecture

        public final java.lang.String osArchitecture
        The operating system architecture.
      • osName

        public final java.lang.String osName
        The name of the operating system.
      • osVersion

        public final java.lang.String osVersion
        The version of the operating system.