Package oshi.hardware.platform.unix.aix
Class AixGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.unix.aix.AixGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics Card info obtained from lscfg
-
Constructor Summary
ConstructorsConstructorDescriptionAixGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram) Constructor for AixGraphicsCard -
Method Summary
Modifier and TypeMethodDescriptionstatic List<GraphicsCard> getGraphicsCards(Supplier<List<String>> lscfg) Gets graphics cardsMethods inherited from class oshi.hardware.common.AbstractGraphicsCard
getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
Constructor Details
-
AixGraphicsCard
Constructor for AixGraphicsCard- Parameters:
name- The namedeviceId- The device IDvendor- The vendorversionInfo- The version infovram- The VRAM
-
-
Method Details
-
getGraphicsCards
Gets graphics cards- Parameters:
lscfg- A memoized lscfg list- Returns:
- List of graphics cards
-