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