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