Uses of Interface
oshi.hardware.UsbDevice
Packages that use UsbDevice
Package
Description
[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
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of UsbDevice in oshi.hardware
Methods in oshi.hardware that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionUsbDevice.getConnectedDevices()
Other devices connected to this hubHardwareAbstractionLayer.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices). -
Uses of UsbDevice in oshi.hardware.common
Classes in oshi.hardware.common that implement UsbDeviceMethods in oshi.hardware.common that return types with arguments of type UsbDeviceMethods in oshi.hardware.common with parameters of type UsbDeviceConstructor parameters in oshi.hardware.common with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement UsbDeviceMethods in oshi.hardware.platform.linux that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionLinuxHardwareAbstractionLayer.getUsbDevices
(boolean tree) LinuxUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.linux with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement UsbDeviceMethods in oshi.hardware.platform.mac that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getUsbDevices
(boolean tree) MacUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.mac with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement UsbDeviceMethods in oshi.hardware.platform.unix.aix that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionAixHardwareAbstractionLayer.getUsbDevices
(boolean tree) AixUsbDevice.getUsbDevices
(boolean tree, Supplier<List<String>> lscfg) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.unix.aix with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement UsbDeviceMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionFreeBsdHardwareAbstractionLayer.getUsbDevices
(boolean tree) FreeBsdUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.unix.freebsd with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement UsbDeviceMethods in oshi.hardware.platform.unix.openbsd that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionOpenBsdHardwareAbstractionLayer.getUsbDevices
(boolean tree) OpenBsdUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.unix.openbsd with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement UsbDeviceMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionSolarisHardwareAbstractionLayer.getUsbDevices
(boolean tree) SolarisUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.unix.solaris with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement UsbDeviceMethods in oshi.hardware.platform.windows that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionWindowsHardwareAbstractionLayer.getUsbDevices
(boolean tree) WindowsUsbDevice.getUsbDevices
(boolean tree) Instantiates a list ofUsbDevice
objects, representing devices connected via a usb port (including internal devices).Constructor parameters in oshi.hardware.platform.windows with type arguments of type UsbDevice