Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oshi/oshi
/ getDescription
Method
getDescription
oshi-core/src/main/java/oshi/hardware/Firmware.java:53–53 ·
view source on GitHub ↗
Get the firmware description. @return the description
()
Source
from the content-addressed store, hash-verified
51
* @
return
the description
52
*/
53
String getDescription();
54
55
/**
56
* Get the firmware version.
Callers
3
testComputerSystem
Method · 0.95
printFileSystem
Method · 0.65
testFileSystem
Method · 0.65
Implementers
4
WindowsFirmware
oshi-core/src/main/java/oshi/hardware/
LinuxFirmware
oshi-core/src/main/java/oshi/hardware/
MacFirmware
oshi-core/src/main/java/oshi/hardware/
AbstractFirmware
oshi-core/src/main/java/oshi/hardware/
Calls
no outgoing calls
Tested by
3
testComputerSystem
Method · 0.76
printFileSystem
Method · 0.52
testFileSystem
Method · 0.52