Uses of Class
oshi.hardware.common.platform.linux.LinuxGraphicsCard.Attrs
Packages that use LinuxGraphicsCard.Attrs
Package
Description
Provides common Linux hardware implementations shared by JNA and FFM modules.
-
Uses of LinuxGraphicsCard.Attrs in oshi.hardware.common.platform.linux
Method parameters in oshi.hardware.common.platform.linux with type arguments of type LinuxGraphicsCard.AttrsModifier and TypeMethodDescriptionstatic List<GraphicsCard> LinuxGraphicsCard.getGraphicsCards(Function<LinuxGraphicsCard.Attrs, GraphicsCard> factory) Queries graphics cards from lspci/lshw and constructs instances using the provided factory.