Uses of Class
io.github.eggy03.ferrumx.windows.entity.network.Win32NetworkAdapterConfiguration
Packages that use Win32NetworkAdapterConfiguration
Package
Description
-
Uses of Win32NetworkAdapterConfiguration in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded with type parameters of type Win32NetworkAdapterConfigurationModifier and TypeFieldDescription(package private) @Nullable List<Win32NetworkAdapterConfiguration> Win32NetworkAdapterToConfiguration.configurationListA list ofWin32NetworkAdapterConfigurationentities associated with theWin32NetworkAdapterToConfiguration.deviceId. -
Uses of Win32NetworkAdapterConfiguration 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 Win32NetworkAdapterConfigurationModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32NetworkAdapterConfiguration -
Uses of Win32NetworkAdapterConfiguration 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 Win32NetworkAdapterConfigurationModifier and TypeClassDescriptionclassService class for fetching network adapter configuration information from the system.Methods in io.github.eggy03.ferrumx.windows.service.network that return types with arguments of type Win32NetworkAdapterConfigurationModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32NetworkAdapterConfiguration> Win32NetworkAdapterConfigurationService.get()Retrieves an immutable list of network adapter configurations present in the system.@NotNull @Unmodifiable List<Win32NetworkAdapterConfiguration> Win32NetworkAdapterConfigurationService.get(long timeout) Retrieves an immutable list of network adapter configurations connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterConfiguration> Win32NetworkAdapterConfigurationService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of network adapter configurations using the caller'sPowerShellsession.