Uses of Class
io.github.eggy03.ferrumx.windows.entity.compounded.MsftNetAdapterToIpAndDnsAndProfile
Packages that use MsftNetAdapterToIpAndDnsAndProfile
Package
Description
-
Uses of MsftNetAdapterToIpAndDnsAndProfile 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 MsftNetAdapterToIpAndDnsAndProfileModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell objects or lists ofMsftNetAdapterToIpAndDnsAndProfile -
Uses of MsftNetAdapterToIpAndDnsAndProfile 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 MsftNetAdapterToIpAndDnsAndProfileModifier and TypeClassDescriptionclassService class for fetching net adapter, ip, dns and profile configuration information from the system.Methods in io.github.eggy03.ferrumx.windows.service.compounded that return types with arguments of type MsftNetAdapterToIpAndDnsAndProfileModifier and TypeMethodDescription@NotNull @Unmodifiable List<MsftNetAdapterToIpAndDnsAndProfile> MsftNetAdapterToIpAndDnsAndProfileService.get()Retrieves an immutable list of adapters and their configs connected to the system.@NotNull @Unmodifiable List<MsftNetAdapterToIpAndDnsAndProfile> MsftNetAdapterToIpAndDnsAndProfileService.get(long timeout) Retrieves an immutable list of adapters and their configs connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetAdapterToIpAndDnsAndProfile> MsftNetAdapterToIpAndDnsAndProfileService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of adapters and their configs connected to the system using the caller'sPowerShellsession.