Package com.jgcomptech.tools
Class ComputerInfo
- java.lang.Object
-
- com.jgcomptech.tools.ComputerInfo
-
public final class ComputerInfo extends java.lang.ObjectReturns Information about the current OS and Hardware on the current system.- Since:
- 1.2.0
-
-
Field Summary
Fields Modifier and Type Field Description HWInfo.HWObjectHWOSInfo.OSObjectOS
-
Constructor Summary
Constructors Constructor Description ComputerInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()static HWInfo.HWObjectReInitializeHW()static OSInfo.OSObjectReInitializeOS()java.lang.StringtoString()
-
-
-
Field Detail
-
OS
public OSInfo.OSObject OS
-
HW
public HWInfo.HWObject HW
-
-
Method Detail
-
ReInitializeOS
public static OSInfo.OSObject ReInitializeOS() throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOExceptionjava.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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-