Class ComputerInfo


  • public final class ComputerInfo
    extends java.lang.Object
    Returns Information about the current OS and Hardware on the current system.
    Since:
    1.2.0
    • Constructor Detail

      • ComputerInfo

        public ComputerInfo()
                     throws java.io.IOException,
                            java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
    • Method Detail

      • ReInitializeOS

        public static OSInfo.OSObject ReInitializeOS()
                                              throws java.io.IOException,
                                                     java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • ReInitializeHW

        public static HWInfo.HWObject ReInitializeHW()
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object