Class DefaultSystemInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SystemInfo.Architecture getArchitecture()
      Returns the machine architecture, as reported by the operating system.
      java.lang.String getArchitectureName()
      Returns the machine architecture name, as reported by the operating system.
      java.lang.String getKernelName()
      Returns the name of the kernel for the current operating system.
      java.lang.String getKernelVersion()
      Returns the version of the kernel for the current operating system.
      • Methods inherited from class java.lang.Object

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

      • DefaultSystemInfo

        public DefaultSystemInfo()
    • Method Detail

      • getKernelName

        public java.lang.String getKernelName()
        Description copied from interface: SystemInfo
        Returns the name of the kernel for the current operating system.
        Specified by:
        getKernelName in interface SystemInfo
      • getKernelVersion

        public java.lang.String getKernelVersion()
        Description copied from interface: SystemInfo
        Returns the version of the kernel for the current operating system.
        Specified by:
        getKernelVersion in interface SystemInfo
      • getArchitectureName

        public java.lang.String getArchitectureName()
        Description copied from interface: SystemInfo
        Returns the machine architecture name, as reported by the operating system.
        Specified by:
        getArchitectureName in interface SystemInfo