Uses of Interface
oshi.hardware.PowerSource
-
Packages that use PowerSource 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.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of PowerSource in oshi.hardware
Methods in oshi.hardware that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
HardwareAbstractionLayer. getPowerSources()
Instantiates a list ofPowerSource
objects, representing batteries, etc. -
Uses of PowerSource in oshi.hardware.common
Classes in oshi.hardware.common that implement PowerSource Modifier and Type Class Description class
AbstractPowerSource
A Power SourceMethods in oshi.hardware.common that return types with arguments of type PowerSource Modifier and Type Method Description private static java.util.List<PowerSource>
AbstractPowerSource. getPowerSources()
-
Uses of PowerSource in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement PowerSource Modifier and Type Class Description class
LinuxPowerSource
A Power SourceMethods in oshi.hardware.platform.linux that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
LinuxHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
LinuxPowerSource. getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement PowerSource Modifier and Type Class Description class
MacPowerSource
A Power SourceMethods in oshi.hardware.platform.mac that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
MacHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
MacPowerSource. getPowerSources()
Gets Battery Information. -
Uses of PowerSource in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement PowerSource Modifier and Type Class Description class
AixPowerSource
A Power SourceMethods in oshi.hardware.platform.unix.aix that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
AixHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
AixPowerSource. getPowerSources()
Gets Battery Information. -
Uses of PowerSource in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement PowerSource Modifier and Type Class Description class
FreeBsdPowerSource
A Power SourceMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
FreeBsdHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
FreeBsdPowerSource. getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement PowerSource Modifier and Type Class Description class
OpenBsdPowerSource
A Power SourceMethods in oshi.hardware.platform.unix.openbsd that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
OpenBsdHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
OpenBsdPowerSource. getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement PowerSource Modifier and Type Class Description class
SolarisPowerSource
A Power SourceMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
SolarisHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
SolarisPowerSource. getPowerSources()
Gets Battery Information -
Uses of PowerSource in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement PowerSource Modifier and Type Class Description class
WindowsPowerSource
A Power SourceMethods in oshi.hardware.platform.windows that return types with arguments of type PowerSource Modifier and Type Method Description java.util.List<PowerSource>
WindowsHardwareAbstractionLayer. getPowerSources()
static java.util.List<PowerSource>
WindowsPowerSource. getPowerSources()
Gets Battery Information.
-