| Package | Description |
|---|---|
| oshi.json.hardware |
[oshi-json API] Provides cross-platform implementation to retrieve
JSON-formatted hardware information such as CPU, Memory, Display, Disks,
Network Interfaces, Power Sources, Sensors, and USB Devices
|
| oshi.json.hardware.impl |
Provides implementations for hardware such as Memory, Power Sources, and
Processor
|
| 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 |
PowerSourceImpl
Wrapper class to implement PowerSource interface with platform-specific
objects
|
| Modifier and Type | Method and Description |
|---|---|
PowerSource[] |
HardwareAbstractionLayerImpl.getPowerSources()
Instantiates an array of
PowerSource objects, representing
batteries, etc. |
Copyright © 2010–2017 oshi. All rights reserved.