| 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 |
|---|---|
Display[] |
HardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDisplay
A Display
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
LinuxHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
LinuxDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
MacHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
MacDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
FreeBsdHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
FreeBsdDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
SolarisHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
SolarisDisplay.getDisplays()
Gets Display Information
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsDisplay
A Display
|
| Modifier and Type | Method and Description |
|---|---|
Display[] |
WindowsHardwareAbstractionLayer.getDisplays()
Instantiates an array of
Display objects, representing monitors
or other video output devices. |
static Display[] |
WindowsDisplay.getDisplays()
Gets Display Information
|
Copyright © 2010–2017 oshi. All rights reserved.