Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/oshi/oshi
/ getManufacturer
Method
getManufacturer
oshi-core/src/main/java/oshi/hardware/Firmware.java:39–39 ·
view source on GitHub ↗
Get the firmware manufacturer. @return the manufacturer
()
Source
from the content-addressed store, hash-verified
37
* @
return
the manufacturer
38
*/
39
String getManufacturer();
40
41
/**
42
* Get the firmware name.
Callers
8
testComputerSystem
Method · 0.95
identifyVM
Method · 0.65
testPhysicalMemory
Method · 0.65
testOperatingSystem
Method · 0.65
updateAttributes
Method · 0.65
toString
Method · 0.65
toString
Method · 0.65
toString
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
testPhysicalMemory
Method · 0.52
testOperatingSystem
Method · 0.52