Package com.jgcomptech.tools
Class HWInfo
- java.lang.Object
-
- com.jgcomptech.tools.HWInfo
-
public final class HWInfo extends java.lang.ObjectReturns information about the system hardware.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHWInfo.BIOSReturns information about the system BIOS.static classHWInfo.BIOSObjectA BIOS Object for use with theComputerInfoclass.static classHWInfo.DriveObjectA Drive Object for use with theComputerInfoclass.static classHWInfo.HWObjectA Hardware Object for use with theComputerInfoclass.static classHWInfo.NetworkReturns information about the current network.static classHWInfo.NetworkObjectA Network Object for use with theComputerInfoclass.static classHWInfo.OEMReturns information about the system manufacturer.static classHWInfo.ProcessorReturns information about the system processor.static classHWInfo.ProcessorObjectA Processor Object for use with theComputerInfoclass.static classHWInfo.RAMReturns information about the system RAM.static classHWInfo.RAMObjectA RAM Object for use with theComputerInfoclass.static classHWInfo.StorageReturns information about the system storage.static classHWInfo.StorageObjectA Storage Object for use with theComputerInfoclass.
-