Uses of Class
io.github.eggy03.ferrumx.windows.entity.storage.Win32DiskDriveToDiskPartition
Packages that use Win32DiskDriveToDiskPartition
Package
Description
-
Uses of Win32DiskDriveToDiskPartition 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 Win32DiskDriveToDiskPartitionModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32DiskDriveToDiskPartition -
Uses of Win32DiskDriveToDiskPartition 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 Win32DiskDriveToDiskPartitionModifier and TypeClassDescriptionclassService class for fetching the association between aWin32DiskDrive, andWin32DiskPartitionfrom the system.Methods in io.github.eggy03.ferrumx.windows.service.storage that return types with arguments of type Win32DiskDriveToDiskPartitionModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32DiskDriveToDiskPartition> Win32DiskDriveToDiskPartitionService.get()Retrieves an immutable list ofWin32DiskDriveToDiskPartitionentities present in the system.@NotNull @Unmodifiable List<Win32DiskDriveToDiskPartition> Win32DiskDriveToDiskPartitionService.get(long timeout) Retrieves an immutable list ofWin32DiskDriveToDiskPartitionentities using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32DiskDriveToDiskPartition> Win32DiskDriveToDiskPartitionService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list ofWin32DiskDriveToDiskPartitionentities using the caller'sPowerShellsession.