Uses of Class
io.github.eggy03.ferrumx.windows.entity.system.Win32PnPEntity
Packages that use Win32PnPEntity
Package
Description
-
Uses of Win32PnPEntity 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 Win32PnPEntityModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32PnPEntity -
Uses of Win32PnPEntity 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 Win32PnPEntityModifier and TypeClassDescriptionclassService class for fetching operating system information from the system.Methods in io.github.eggy03.ferrumx.windows.service.system that return types with arguments of type Win32PnPEntityModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32PnPEntity> Win32PnPEntityService.get()Retrieves an immutable list of pnp entities present on the system.@NotNull @Unmodifiable List<Win32PnPEntity> Win32PnPEntityService.get(long timeout) Retrieves an immutable list of pnp entities connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32PnPEntity> Win32PnPEntityService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of pnp entities using the caller'sPowerShellsession.