Uses of Class
io.github.eggy03.ferrumx.windows.entity.system.Win32ComputerSystem
Packages that use Win32ComputerSystem
Package
Description
-
Uses of Win32ComputerSystem in io.github.eggy03.ferrumx.windows.mapping.system
Classes in io.github.eggy03.ferrumx.windows.mapping.system that implement interfaces with type arguments of type Win32ComputerSystemModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32ComputerSystem -
Uses of Win32ComputerSystem in io.github.eggy03.ferrumx.windows.service.system
Classes in io.github.eggy03.ferrumx.windows.service.system that implement interfaces with type arguments of type Win32ComputerSystemModifier and TypeClassDescriptionclassService class for fetching the computer system information running Windows.Methods in io.github.eggy03.ferrumx.windows.service.system that return types with arguments of type Win32ComputerSystemModifier and TypeMethodDescription@NotNull Optional<Win32ComputerSystem> Win32ComputerSystemService.get()Retrieves anOptionalcontaining the computer system information.@NotNull Optional<Win32ComputerSystem> Win32ComputerSystemService.get(long timeout) Retrieves anOptionalcontaining the Computer System information using an isolated PowerShell process with a configurable timeout.@NotNull Optional<Win32ComputerSystem> Win32ComputerSystemService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves anOptionalcontaining the computer system information using the caller'sPowerShellsession.