Package com.ferrumx.system.hardware


package com.ferrumx.system.hardware
This package contains classes that help fetch Hardware Information
Author:
Egg-03
  • Classes
    Class
    Description
    Hardware ID generation class based on the SHA256 digest of the ID in the following format : "CPUID+BaseboardID+DiskIDs"
    This class contains methods that query Win32_Baseboard and Win32_MotherboardDevice classes of WMI to fetch Motherboard information.
    This class contains methods that query Win32_Battery class of WMI to fetch Battery information.
    This class contains methods that query the Win32_BIOS class of WMI and fetch BIOS information.
    This class contains methods that query the Win32_CacheMemory class of WMI to fetch CPU Cache information.
    This class queries the Win32_Desktop class of WMI and represents the Monitor details of your system.
    This class contains methods that query Win32_DiskDrive class of WMI to fetch Disk Information.
    This class contains methods that query the Win32_NetworkAdapter class of WMI to fetch the Network Adapters that a installed and active.
    This class contains methods that query the Win32_PhysicalMemory class of WMI to fetch RAM info.
    This class contains methods that query Win32_PortableBattery class of WMI to fetch Battery information.
    This class queries the Win32_PortConnector class of WMI and represents the I/O Ports of your system's motherboard.
    This class queries the Win32_Printer class of WMI and represents the installed printers in your device.
    This class queries the Win32_Processor class of WMI and represents the CPU details of your system.
    This class queries the Win32_SoundDevice class of WMI and represents the Audio Driver details of your system.
    This class queries the Win32_VideoController class of WMI and represents the basic GPU details of your system.