Uses of Class
io.github.eggy03.ferrumx.windows.entity.mainboard.Win32Bios
Packages that use Win32Bios
Package
Description
-
Uses of Win32Bios in io.github.eggy03.ferrumx.windows.mapping.mainboard
Classes in io.github.eggy03.ferrumx.windows.mapping.mainboard that implement interfaces with type arguments of type Win32BiosModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32Bios -
Uses of Win32Bios in io.github.eggy03.ferrumx.windows.service.mainboard
Classes in io.github.eggy03.ferrumx.windows.service.mainboard that implement interfaces with type arguments of type Win32BiosModifier and TypeClassDescriptionclassService class for fetching BIOS information from the system.Methods in io.github.eggy03.ferrumx.windows.service.mainboard that return types with arguments of type Win32BiosModifier and TypeMethodDescriptionWin32BiosService.get()Retrieves an immutable list of BIOS entries present in the system.Win32BiosService.get(long timeout) Retrieves an immutable list of BIOS entries present in the system using an isolated PowerShell process with a configurable timeout.Win32BiosService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of BIOS entries present in the system using the caller'sPowerShellsession.