Uses of Class
io.github.eggy03.ferrumx.windows.entity.compounded.Win32NetworkAdapterToConfiguration
Packages that use Win32NetworkAdapterToConfiguration
Package
Description
-
Uses of Win32NetworkAdapterToConfiguration in io.github.eggy03.ferrumx.windows.mapping.compounded
Classes in io.github.eggy03.ferrumx.windows.mapping.compounded that implement interfaces with type arguments of type Win32NetworkAdapterToConfigurationModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell objects or lists ofWin32NetworkAdapterToConfiguration -
Uses of Win32NetworkAdapterToConfiguration in io.github.eggy03.ferrumx.windows.service.compounded
Classes in io.github.eggy03.ferrumx.windows.service.compounded that implement interfaces with type arguments of type Win32NetworkAdapterToConfigurationModifier and TypeClassDescriptionclassService class for fetching network adapter and related configuration information from the system.Methods in io.github.eggy03.ferrumx.windows.service.compounded that return types with arguments of type Win32NetworkAdapterToConfigurationModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32NetworkAdapterToConfiguration> Win32NetworkAdapterToConfigurationService.get()Retrieves an immutable list of network adapters and related configuration connected in the system.@NotNull @Unmodifiable List<Win32NetworkAdapterToConfiguration> Win32NetworkAdapterToConfigurationService.get(long timeout) Retrieves an immutable list of network adapters and related configuration connected in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapterToConfiguration> Win32NetworkAdapterToConfigurationService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of network adapters and related configuration connected in the system using the caller'sPowerShellsession.