Class Win32LogicalDiskToPartitionFFM
java.lang.Object
oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition
oshi.driver.windows.wmi.Win32LogicalDiskToPartitionFFM
@ThreadSafe
public final class Win32LogicalDiskToPartitionFFM
extends oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition
Utility to query WMI class
Win32_LogicalDiskToPartition using FFM.-
Nested Class Summary
Nested classes/interfaces inherited from class oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition
oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition.DiskToPartitionProperty -
Field Summary
Fields inherited from class oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition
WIN32_LOGICAL_DISK_TO_PARTITION -
Method Summary
Modifier and TypeMethodDescriptionstatic WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition.DiskToPartitionProperty> Queries the association between logical disk and partition.
-
Method Details
-
queryDiskToPartition
public static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition.DiskToPartitionProperty> queryDiskToPartition(WmiQueryHandlerFFM h) Queries the association between logical disk and partition.- Parameters:
h- An instantiatedWmiQueryHandlerFFM. User should have already initialized COM.- Returns:
- Antecedent-dependent pairs of disk and partition.
-