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 AbstractGraphicsCard
getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
Constructor Details
-
AixGraphicsCard
-
-
Method Details
-
getGraphicsCards
Gets graphics cards- Parameters:
lscfg- A memoized lscfg list- Returns:
- List of graphics cards
-