Uses of Class
io.github.eggy03.ferrumx.windows.entity.storage.Win32DiskDrive
Packages that use Win32DiskDrive
Package
Description
-
Uses of Win32DiskDrive in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded declared as Win32DiskDriveModifier and TypeFieldDescription(package private) @Nullable Win32DiskDriveWin32DiskDriveToPartitionAndLogicalDisk.diskDriveTheWin32DiskDriveentity associated with theWin32DiskDriveToPartitionAndLogicalDisk.deviceId. -
Uses of Win32DiskDrive 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 Win32DiskDriveModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32DiskDrive -
Uses of Win32DiskDrive 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 Win32DiskDriveModifier and TypeClassDescriptionclassService class for fetching information about disk drives.Methods in io.github.eggy03.ferrumx.windows.service.storage that return types with arguments of type Win32DiskDriveModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32DiskDrive> Win32DiskDriveService.get()Retrieves an immutable list of disk drives present in the system.@NotNull @Unmodifiable List<Win32DiskDrive> Win32DiskDriveService.get(long timeout) Retrieves an immutable list of disk drives connected in the system. using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskDrive> Win32DiskDriveService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of disk drives using the caller'sPowerShellsession.