Uses of Class
oshi.hardware.common.AbstractPrinter
Packages that use AbstractPrinter
Package
Description
Provides common Unix hardware implementations shared by JNA and FFM modules.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
Provides mappings for Unix-based operating systems
-
Uses of AbstractPrinter in oshi.hardware.common.platform.unix
Subclasses of AbstractPrinter in oshi.hardware.common.platform.unixModifier and TypeClassDescriptionclassCUPS-based printer implementation with shared lpstat fallback logic.final classNative-free CUPS printer implementation. -
Uses of AbstractPrinter in oshi.hardware.common.platform.windows
Subclasses of AbstractPrinter in oshi.hardware.common.platform.windowsModifier and TypeClassDescriptionclassCommon Windows printer logic shared between JNA and FFM implementations. -
Uses of AbstractPrinter in oshi.hardware.platform.unix
Subclasses of AbstractPrinter in oshi.hardware.platform.unixModifier and TypeClassDescriptionfinal classCUPS-based printer implementation using JNA.