| 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 Devices
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
PowerSource[] |
HardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPowerSource
A Power Source
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxPowerSource
A Power Source
|
| Modifier and Type | Method and Description |
|---|---|
static PowerSource[] |
LinuxPowerSource.getPowerSources()
Gets Battery Information
|
PowerSource[] |
LinuxHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacPowerSource
A Power Source
|
| Modifier and Type | Method and Description |
|---|---|
static PowerSource[] |
MacPowerSource.getPowerSources()
Gets Battery Information
|
PowerSource[] |
MacHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdPowerSource
A Power Source
|
| Modifier and Type | Method and Description |
|---|---|
static PowerSource[] |
FreeBsdPowerSource.getPowerSources()
Gets Battery Information
|
PowerSource[] |
FreeBsdHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisPowerSource
A Power Source
|
| Modifier and Type | Method and Description |
|---|---|
static PowerSource[] |
SolarisPowerSource.getPowerSources()
Gets Battery Information
|
PowerSource[] |
SolarisHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsPowerSource
A Power Source
|
| Modifier and Type | Method and Description |
|---|---|
static PowerSource[] |
WindowsPowerSource.getPowerSources()
Gets Battery Information.
|
PowerSource[] |
WindowsHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
Copyright © 2010–2017 oshi. All rights reserved.