Uses of Class
io.github.eggy03.ferrumx.windows.entity.compounded.HardwareId
Packages that use HardwareId
Package
Description
-
Uses of HardwareId 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 HardwareIdModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell objects or lists ofHardwareId -
Uses of HardwareId 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 HardwareIdModifier and TypeClassDescriptionclassService class for fetching the HWID information from a system running Windows.Methods in io.github.eggy03.ferrumx.windows.service.compounded that return types with arguments of type HardwareIdModifier and TypeMethodDescription@NotNull Optional<HardwareId> HardwareIdService.get()Retrieves anOptionalcontaining the HWID information.@NotNull Optional<HardwareId> HardwareIdService.get(long timeout) Retrieves anOptionalcontaining the HWID information using an isolated PowerShell process with a configurable timeout.@NotNull Optional<HardwareId> HardwareIdService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves anOptionalcontaining the HWID information using the caller'sPowerShellsession.