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