Uses of Class
io.github.eggy03.ferrumx.windows.entity.storage.DiskPartition
Packages that use DiskPartition
-
Uses of DiskPartition in io.github.eggy03.ferrumx.windows.service.storage
Methods in io.github.eggy03.ferrumx.windows.service.storage that return types with arguments of type DiskPartitionModifier and TypeMethodDescription@NotNull List
<DiskPartition> DiskPartitionService.get()
Retrieves a non-null list of disk partitions present in the system.@NotNull List
<DiskPartition> DiskPartitionService.get
(com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves a non-null list of disk partitions using the caller'sPowerShell
session.