| 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 |
|---|---|
UsbDevice[] |
UsbDevice.getConnectedDevices()
Other devices connected to this hub
|
UsbDevice[] |
HardwareAbstractionLayer.getUsbDevices()
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUsbDevice
A USB device
|
| Modifier and Type | Field and Description |
|---|---|
protected UsbDevice[] |
AbstractUsbDevice.connectedDevices |
| Modifier and Type | Method and Description |
|---|---|
UsbDevice[] |
AbstractUsbDevice.getConnectedDevices()
Other devices connected to this hub
|
abstract UsbDevice[] |
AbstractHardwareAbstractionLayer.getUsbDevices()
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractUsbDevice.compareTo(UsbDevice usb) |
| Constructor and Description |
|---|
AbstractUsbDevice(String name,
String vendor,
String serialNumber,
UsbDevice[] connectedDevices) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxUsbDevice |
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
LinuxUsbDevice.getUsbDevices() |
UsbDevice[] |
LinuxHardwareAbstractionLayer.getUsbDevices()
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Constructor and Description |
|---|
LinuxUsbDevice(String name,
String vendor,
String serialNumber,
UsbDevice[] connectedDevices) |
| Modifier and Type | Class and Description |
|---|---|
class |
MacUsbDevice |
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
MacUsbDevice.getUsbDevices() |
UsbDevice[] |
MacHardwareAbstractionLayer.getUsbDevices()
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Constructor and Description |
|---|
MacUsbDevice(String name,
String vendor,
String serialNumber,
UsbDevice[] connectedDevices) |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsUsbDevice |
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
WindowsUsbDevice.getUsbDevices() |
UsbDevice[] |
WindowsHardwareAbstractionLayer.getUsbDevices()
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Constructor and Description |
|---|
WindowsUsbDevice(String name,
String vendor,
String serialNumber,
UsbDevice[] connectedDevices) |
Copyright © 2010–2016 com.github.dblock. All rights reserved.