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