Uses of Class
io.github.eggy03.ferrumx.windows.entity.network.Win32NetworkAdapterSetting
Packages that use Win32NetworkAdapterSetting
Package
Description
-
Uses of Win32NetworkAdapterSetting in io.github.eggy03.ferrumx.windows.mapping.network
Classes in io.github.eggy03.ferrumx.windows.mapping.network that implement interfaces with type arguments of type Win32NetworkAdapterSettingModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32NetworkAdapterSetting -
Uses of Win32NetworkAdapterSetting in io.github.eggy03.ferrumx.windows.service.network
Classes in io.github.eggy03.ferrumx.windows.service.network that implement interfaces with type arguments of type Win32NetworkAdapterSettingModifier and TypeClassDescriptionclassService class for fetching the association between a Network Adapter, and it's Configuration from the system.Methods in io.github.eggy03.ferrumx.windows.service.network that return types with arguments of type Win32NetworkAdapterSettingModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32NetworkAdapterSetting> Win32NetworkAdapterSettingService.get()Retrieves an immutable list ofWin32NetworkAdapterSettingentities present in the system.@NotNull @Unmodifiable List<Win32NetworkAdapterSetting> Win32NetworkAdapterSettingService.get(long timeout) Retrieves an immutable list ofWin32NetworkAdapterSettingentities using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterSetting> Win32NetworkAdapterSettingService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list ofWin32NetworkAdapterSettingentities using the caller'sPowerShellsession.