| Package | Description |
|---|---|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.jna.platform.linux |
Provides extensions of JNA libraries for Linux.
|
| Constructor and Description |
|---|
LinuxBlockDevStats(String device,
Udev.UdevDevice disk) |
| Modifier and Type | Method and Description |
|---|---|
Udev.UdevDevice |
Udev.udev_device_get_parent_with_subsystem_devtype(Udev.UdevDevice udev_device,
String subsystem,
String devtype) |
Udev.UdevDevice |
Udev.udev_device_new_from_syspath(Udev.UdevHandle udev,
String syspath) |
| Modifier and Type | Method and Description |
|---|---|
String |
Udev.udev_device_get_devnode(Udev.UdevDevice udev_device) |
String |
Udev.udev_device_get_devtype(Udev.UdevDevice udev_device) |
Udev.UdevDevice |
Udev.udev_device_get_parent_with_subsystem_devtype(Udev.UdevDevice udev_device,
String subsystem,
String devtype) |
String |
Udev.udev_device_get_property_value(Udev.UdevDevice udev_device,
String key) |
String |
Udev.udev_device_get_sysattr_value(Udev.UdevDevice udev_device,
String sysattr) |
String |
Udev.udev_device_get_sysname(Udev.UdevDevice udev_device) |
String |
Udev.udev_device_get_syspath(Udev.UdevDevice udev_device) |
void |
Udev.udev_device_unref(Udev.UdevDevice udev_device) |
Copyright © 2010–2017 oshi. All rights reserved.