Uses of Interface
oshi.hardware.LogicalVolumeGroup
Packages that use LogicalVolumeGroup
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of LogicalVolumeGroup in oshi.hardware
Methods in oshi.hardware that return types with arguments of type LogicalVolumeGroupModifier and TypeMethodDescriptiondefault List
<LogicalVolumeGroup> HardwareAbstractionLayer.getLogicalVolumeGroups()
Instantiates a list ofLogicalVolumeGroup
objects, representing a storage pool or group of devices, partitions, volumes, or other implementation specific means of file storage. -
Uses of LogicalVolumeGroup in oshi.hardware.common
Classes in oshi.hardware.common that implement LogicalVolumeGroup -
Uses of LogicalVolumeGroup in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement LogicalVolumeGroupMethods in oshi.hardware.platform.linux that return types with arguments of type LogicalVolumeGroupModifier and TypeMethodDescriptionLinuxHardwareAbstractionLayer.getLogicalVolumeGroups()
(package private) static List
<LogicalVolumeGroup> LinuxLogicalVolumeGroup.getLogicalVolumeGroups()
-
Uses of LogicalVolumeGroup in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement LogicalVolumeGroupMethods in oshi.hardware.platform.mac that return types with arguments of type LogicalVolumeGroupModifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getLogicalVolumeGroups()
(package private) static List
<LogicalVolumeGroup> MacLogicalVolumeGroup.getLogicalVolumeGroups()
-
Uses of LogicalVolumeGroup in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement LogicalVolumeGroupMethods in oshi.hardware.platform.windows that return types with arguments of type LogicalVolumeGroupModifier and TypeMethodDescriptionWindowsHardwareAbstractionLayer.getLogicalVolumeGroups()
(package private) static List
<LogicalVolumeGroup> WindowsLogicalVolumeGroup.getLogicalVolumeGroups()