MCPcopy 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

testComputerSystemMethod · 0.95
identifyVMMethod · 0.65
testPhysicalMemoryMethod · 0.65
testOperatingSystemMethod · 0.65
updateAttributesMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65

Implementers 4

WindowsFirmwareoshi-core/src/main/java/oshi/hardware/
LinuxFirmwareoshi-core/src/main/java/oshi/hardware/
MacFirmwareoshi-core/src/main/java/oshi/hardware/
AbstractFirmwareoshi-core/src/main/java/oshi/hardware/

Calls

no outgoing calls

Tested by 3

testComputerSystemMethod · 0.76
testPhysicalMemoryMethod · 0.52
testOperatingSystemMethod · 0.52