Uses of Class
io.github.eggy03.ferrumx.windows.entity.peripheral.Win32Battery
Packages that use Win32Battery
Package
Description
-
Uses of Win32Battery 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 Win32BatteryModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32Battery -
Uses of Win32Battery 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 Win32BatteryModifier and TypeClassDescriptionclassService class for fetching battery information from the system.Methods in io.github.eggy03.ferrumx.windows.service.peripheral that return types with arguments of type Win32BatteryModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Battery> Win32BatteryService.get()Retrieves an immutable list of batteries present on the system.@NotNull @Unmodifiable List<Win32Battery> Win32BatteryService.get(long timeout) Retrieves an immutable list of batteries present on the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Battery> Win32BatteryService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of batteries present on the system using the caller'sPowerShellsession.