Interface SystemInfo

    • Method Detail

      • getKernelName

        String getKernelName()
        Returns the name of the kernel for the current operating system.
      • getKernelVersion

        String getKernelVersion()
        Returns the version of the kernel for the current operating system.
      • getArchitectureName

        String getArchitectureName()
        Returns the machine architecture name, as reported by the operating system.
      • getArchitecture

        SystemInfo.Architecture getArchitecture()
        Returns the machine architecture, as reported by the operating system.