Uses of Interface
oshi.hardware.LogicalVolumeGroup
-
Packages that use LogicalVolumeGroup Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.windows 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 LogicalVolumeGroup Modifier and Type Method Description default java.util.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 Modifier and Type Class Description class
AbstractLogicalVolumeGroup
-
Uses of LogicalVolumeGroup in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement LogicalVolumeGroup Modifier and Type Class Description (package private) class
LinuxLogicalVolumeGroup
Methods in oshi.hardware.platform.linux that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>
LinuxHardwareAbstractionLayer. getLogicalVolumeGroups()
(package private) static java.util.List<LogicalVolumeGroup>
LinuxLogicalVolumeGroup. getLogicalVolumeGroups()
-
Uses of LogicalVolumeGroup in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement LogicalVolumeGroup Modifier and Type Class Description (package private) class
MacLogicalVolumeGroup
Methods in oshi.hardware.platform.mac that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>
MacHardwareAbstractionLayer. getLogicalVolumeGroups()
(package private) static java.util.List<LogicalVolumeGroup>
MacLogicalVolumeGroup. getLogicalVolumeGroups()
-
Uses of LogicalVolumeGroup in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement LogicalVolumeGroup Modifier and Type Class Description (package private) class
WindowsLogicalVolumeGroup
Methods in oshi.hardware.platform.windows that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>
WindowsHardwareAbstractionLayer. getLogicalVolumeGroups()
(package private) static java.util.List<LogicalVolumeGroup>
WindowsLogicalVolumeGroup. getLogicalVolumeGroups()
-