Package oshi.driver.linux
Class Dmidecode
java.lang.Object
oshi.driver.linux.Dmidecode
Utility to read info from 
dmidecode- 
Method Details- 
querySerialNumberQuery the serial number from dmidecode- Returns:
- The serial number if available, null otherwise
 
- 
queryUUIDQuery the UUID from dmidecode- Returns:
- The UUID if available, null otherwise
 
- 
queryBiosNameRevQuery the name and revision from dmidecode- Returns:
- The a pair containing the name and revision if available, null values in the pair otherwise
 
 
-