Uses of Class
oshi.hardware.common.platform.windows.WindowsHWDiskStore.PartitionMaps
Packages that use WindowsHWDiskStore.PartitionMaps
Package
Description
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of WindowsHWDiskStore.PartitionMaps in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows with parameters of type WindowsHWDiskStore.PartitionMapsModifier and TypeMethodDescriptionprotected static List<HWPartition> WindowsHWDiskStore.buildPartitionList(WindowsHWDiskStore.PartitionMaps maps, String diskName) Builds an unmodifiable sorted partition list from the maps.protected static voidWindowsHWDiskStore.mapDriveToPartition(WindowsHWDiskStore.PartitionMaps maps, String antecedent, String dependent) Populates the drive-to-partition map from WMI association data.protected static voidWindowsHWDiskStore.mapPartitionToLogicalDrive(WindowsHWDiskStore.PartitionMaps maps, String antecedent, String dependent, long size) Populates the partition-to-logical-drive map from WMI association data.