Class WindowsHWDiskStore.PartitionMaps
java.lang.Object
oshi.hardware.common.platform.windows.WindowsHWDiskStore.PartitionMaps
- Enclosing class:
WindowsHWDiskStore
Maps for the partition structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the drive-to-partition map.Map<String, List<HWPartition>> Gets the partition map.Gets the partition-to-logical-drive map.
-
Constructor Details
-
PartitionMaps
public PartitionMaps()Creates an empty PartitionMaps instance.
-
-
Method Details
-
getDriveToPartitionMap
-
getPartitionToLogicalDriveMap
-
getPartitionMap
Gets the partition map.- Returns:
- map of partition identifier to HWPartition objects
-