public class HardwareInfo extends Object
Each method return the information related with a different component (CPU, memory, motherboard....). There are some important data that comes typed in the response. This is the information that is common in different system. The complete and specific information is returned in a Map.
| Modifier and Type | Method and Description |
|---|---|
static BiosInfo |
getBiosInfo()
Gets information related with BIOS
|
static DisplayInfo |
getDisplayInfo()
Gets information related with the Display
|
static GraphicsCardInfo |
getGraphicsCardInfo()
Gets information related with the Graphics Cards
|
static MemoryInfo |
getMemoryInfo()
Gets information related with memory
|
static MotherboardInfo |
getMotherboardInfo()
Gets information related with the motherboard
|
static NetworkInfo |
getNetworkInfo()
Gets information related with the Network
|
static OSInfo |
getOSInfo()
Gets information related with the Operating System
|
static ProcessorInfo |
getProcessorInfo()
Gets information related with CPU
|
static void |
main(String[] args) |
public static ProcessorInfo getProcessorInfo()
public static MemoryInfo getMemoryInfo()
public static BiosInfo getBiosInfo()
public static MotherboardInfo getMotherboardInfo()
public static OSInfo getOSInfo()
public static NetworkInfo getNetworkInfo()
public static DisplayInfo getDisplayInfo()
public static GraphicsCardInfo getGraphicsCardInfo()
public static void main(String[] args)
Copyright © 2018. All rights reserved.