Uses of Class
io.github.eggy03.ferrumx.windows.entity.system.Win32Environment
Packages that use Win32Environment
Package
Description
-
Uses of Win32Environment in io.github.eggy03.ferrumx.windows.mapping.system
Classes in io.github.eggy03.ferrumx.windows.mapping.system that implement interfaces with type arguments of type Win32EnvironmentModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32Environment -
Uses of Win32Environment in io.github.eggy03.ferrumx.windows.service.system
Classes in io.github.eggy03.ferrumx.windows.service.system that implement interfaces with type arguments of type Win32EnvironmentModifier and TypeClassDescriptionclassService class for fetching information about environment variables in a Windows System.Methods in io.github.eggy03.ferrumx.windows.service.system that return types with arguments of type Win32EnvironmentModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Environment> Win32EnvironmentService.get()Retrieves an immutable list of env variables present in the system.@NotNull @Unmodifiable List<Win32Environment> Win32EnvironmentService.get(long timeout) Retrieves an immutable list of env variables using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Environment> Win32EnvironmentService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of env variables using the caller'sPowerShellsession.