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