Uses of Class
oshi.hardware.HWPartition
Packages that use HWPartition
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of HWPartition in oshi.hardware
Methods in oshi.hardware that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.common.platform.linux
Methods in oshi.hardware.common.platform.linux that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionprotected List<HWPartition> LinuxHWDiskStore.getMutablePartitionList()LinuxHWDiskStore.getPartitions()Method parameters in oshi.hardware.common.platform.linux with type arguments of type HWPartitionModifier and TypeMethodDescriptionprotected voidLinuxHWDiskStore.setPartitionList(List<HWPartition> partitionList) -
Uses of HWPartition in oshi.hardware.common.platform.mac
Methods in oshi.hardware.common.platform.mac that return types with arguments of type HWPartitionMethod parameters in oshi.hardware.common.platform.mac with type arguments of type HWPartitionModifier and TypeMethodDescriptionprotected voidMacHWDiskStore.setPartitionList(List<HWPartition> partitionList) -
Uses of HWPartition in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionprotected static List<HWPartition> WindowsHWDiskStore.buildPartitionList(WindowsHWDiskStore.PartitionMaps maps, String diskName) Builds an unmodifiable sorted partition list from the maps.Map<String, List<HWPartition>> WindowsHWDiskStore.PartitionMaps.getPartitionMap()WindowsHWDiskStore.getPartitions()Method parameters in oshi.hardware.common.platform.windows with type arguments of type HWPartitionModifier and TypeMethodDescriptionprotected voidWindowsHWDiskStore.setPartitionList(List<HWPartition> partitionList) Sets the partition list for this disk.