Uses of Interface
oshi.hardware.PowerSource
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 AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of PowerSource in oshi.hardware
Modifier and TypeMethodDescriptionHardwareAbstractionLayer.getPowerSources()
Instantiates a list ofPowerSource
objects, representing batteries, etc. -
Uses of PowerSource in oshi.hardware.common
-
Uses of PowerSource in oshi.hardware.platform.linux
Modifier and TypeMethodDescriptionLinuxHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
LinuxPowerSource.getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.mac
Modifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
MacPowerSource.getPowerSources()
Gets Battery Information. -
Uses of PowerSource in oshi.hardware.platform.unix.aix
Modifier and TypeMethodDescriptionAixHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
AixPowerSource.getPowerSources()
Gets Battery Information. -
Uses of PowerSource in oshi.hardware.platform.unix.freebsd
Modifier and TypeMethodDescriptionFreeBsdHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
FreeBsdPowerSource.getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.unix.openbsd
Modifier and TypeMethodDescriptionOpenBsdHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
OpenBsdPowerSource.getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.unix.solaris
Modifier and TypeMethodDescriptionSolarisHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
SolarisPowerSource.getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.windows
Modifier and TypeMethodDescriptionWindowsHardwareAbstractionLayer.getPowerSources()
static List<PowerSource>
WindowsPowerSource.getPowerSources()
Gets Battery Information.