Uses of Class
io.github.eggy03.ferrumx.windows.entity.storage.Win32LogicalDisk
Packages that use Win32LogicalDisk
Package
Description
-
Uses of Win32LogicalDisk in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded with type parameters of type Win32LogicalDiskModifier and TypeFieldDescription(package private) @Nullable List<Win32LogicalDisk> Win32DiskDriveToPartitionAndLogicalDisk.logicalDiskListA list ofWin32LogicalDiskentities associated with theWin32DiskDriveToPartitionAndLogicalDisk.deviceId.(package private) @Nullable List<Win32LogicalDisk> Win32DiskPartitionToLogicalDisk.logicalDiskListA list ofWin32LogicalDiskentities associated with theWin32DiskPartitionToLogicalDisk.partitionId. -
Uses of Win32LogicalDisk in io.github.eggy03.ferrumx.windows.mapping.storage
Classes in io.github.eggy03.ferrumx.windows.mapping.storage that implement interfaces with type arguments of type Win32LogicalDiskModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32LogicalDisk -
Uses of Win32LogicalDisk in io.github.eggy03.ferrumx.windows.service.storage
Classes in io.github.eggy03.ferrumx.windows.service.storage that implement interfaces with type arguments of type Win32LogicalDiskModifier and TypeClassDescriptionclassService class for fetching information about logical disks.Methods in io.github.eggy03.ferrumx.windows.service.storage that return types with arguments of type Win32LogicalDiskModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32LogicalDisk> Win32LogicalDiskService.get()Retrieves an immutable list of logical disk volumes present in the system.@NotNull @Unmodifiable List<Win32LogicalDisk> Win32LogicalDiskService.get(long timeout) Retrieves an immutable list of logical disk volumes present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32LogicalDisk> Win32LogicalDiskService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of logical disk volumes using the caller'sPowerShellsession.