Uses of Class
io.github.eggy03.ferrumx.windows.entity.os.OperatingSystem
Packages that use OperatingSystem
-
Uses of OperatingSystem in io.github.eggy03.ferrumx.windows.service.os
Methods in io.github.eggy03.ferrumx.windows.service.os that return types with arguments of type OperatingSystemModifier and TypeMethodDescription@NotNull List
<OperatingSystem> OperatingSystemService.get()
Retrieves a list of operating systems present on the system.@NotNull List
<OperatingSystem> OperatingSystemService.get
(com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves a list of operating systems using the caller'sPowerShell
session.