Uses of Class
io.github.eggy03.ferrumx.windows.entity.peripheral.Win32Printer
Packages that use Win32Printer
Package
Description
-
Uses of Win32Printer in io.github.eggy03.ferrumx.windows.mapping.peripheral
Classes in io.github.eggy03.ferrumx.windows.mapping.peripheral that implement interfaces with type arguments of type Win32PrinterModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32Printer -
Uses of Win32Printer in io.github.eggy03.ferrumx.windows.service.peripheral
Classes in io.github.eggy03.ferrumx.windows.service.peripheral that implement interfaces with type arguments of type Win32PrinterModifier and TypeClassDescriptionclassService class for fetching printer information from the system.Methods in io.github.eggy03.ferrumx.windows.service.peripheral that return types with arguments of type Win32PrinterModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Printer> Win32PrinterService.get()Retrieves an immutable list of printers present on the system.@NotNull @Unmodifiable List<Win32Printer> Win32PrinterService.get(long timeout) Retrieves an immutable list of printers connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Printer> Win32PrinterService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of printers present on the system using the caller'sPowerShellsession.