| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| 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.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 | Method and Description |
|---|---|
abstract PowerSource[] |
AbstractHardwareAbstractionLayer.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
| 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 |
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–2016 com.github.dblock. All rights reserved.