Class AixGraphicsCard

java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.unix.aix.AixGraphicsCard
All Implemented Interfaces:
GraphicsCard

@Immutable final class AixGraphicsCard extends AbstractGraphicsCard
Graphics Card info obtained from lscfg
  • Constructor Details

    • AixGraphicsCard

      AixGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram)
      Constructor for AixGraphicsCard
      Parameters:
      name - The name
      deviceId - The device ID
      vendor - The vendor
      versionInfo - The version info
      vram - The VRAM
  • Method Details

    • getGraphicsCards

      public static List<GraphicsCard> getGraphicsCards(Supplier<List<String>> lscfg)
      Gets graphics cards
      Parameters:
      lscfg - A memoized lscfg list
      Returns:
      List of graphics cards