Uses of Interface
oshi.hardware.UsbDevice
| 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.aix |
Provides information about hardware such as Memory, Power Sources, and
Processor on AIX 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
|
-
Uses of UsbDevice in oshi.hardware
Methods in oshi.hardware that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>UsbDevice. getConnectedDevices()Other devices connected to this hubjava.util.List<UsbDevice>HardwareAbstractionLayer. getUsbDevices(boolean tree)Instantiates anUnmodifiableListofUsbDeviceobjects, representing devices connected via a usb port (including internal devices). -
Uses of UsbDevice in oshi.hardware.common
Classes in oshi.hardware.common that implement UsbDevice Modifier and Type Class Description classAbstractUsbDeviceA USB deviceMethods in oshi.hardware.common that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>AbstractUsbDevice. getConnectedDevices()Methods in oshi.hardware.common with parameters of type UsbDevice Modifier and Type Method Description intAbstractUsbDevice. compareTo(UsbDevice usb)Constructor parameters in oshi.hardware.common with type arguments of type UsbDevice Constructor Description AbstractUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement UsbDevice Modifier and Type Class Description classLinuxUsbDeviceLinux Usb DeviceMethods in oshi.hardware.platform.linux that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>LinuxHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>LinuxUsbDevice. getUsbDevices(boolean tree)Constructor parameters in oshi.hardware.platform.linux with type arguments of type UsbDevice Constructor Description LinuxUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement UsbDevice Modifier and Type Class Description classMacUsbDeviceMac Usb DeviceMethods in oshi.hardware.platform.mac that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>MacHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>MacUsbDevice. getUsbDevices(boolean tree)Constructor parameters in oshi.hardware.platform.mac with type arguments of type UsbDevice Constructor Description MacUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement UsbDevice Modifier and Type Class Description classAixUsbDeviceAIX Usb DeviceMethods in oshi.hardware.platform.unix.aix that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>AixHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>AixUsbDevice. getUsbDevices(boolean tree, java.util.function.Supplier<java.util.List<java.lang.String>> lscfg)Constructor parameters in oshi.hardware.platform.unix.aix with type arguments of type UsbDevice Constructor Description AixUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement UsbDevice Modifier and Type Class Description classFreeBsdUsbDeviceFreeBsd Usb DeviceMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>FreeBsdHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>FreeBsdUsbDevice. getUsbDevices(boolean tree)Constructor parameters in oshi.hardware.platform.unix.freebsd with type arguments of type UsbDevice Constructor Description FreeBsdUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement UsbDevice Modifier and Type Class Description classSolarisUsbDeviceSolaris Usb DeviceMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>SolarisHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>SolarisUsbDevice. getUsbDevices(boolean tree)Constructor parameters in oshi.hardware.platform.unix.solaris with type arguments of type UsbDevice Constructor Description SolarisUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices) -
Uses of UsbDevice in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement UsbDevice Modifier and Type Class Description classWindowsUsbDeviceWindows Usb DeviceMethods in oshi.hardware.platform.windows that return types with arguments of type UsbDevice Modifier and Type Method Description java.util.List<UsbDevice>WindowsHardwareAbstractionLayer. getUsbDevices(boolean tree)static java.util.List<UsbDevice>WindowsUsbDevice. getUsbDevices(boolean tree)Constructor parameters in oshi.hardware.platform.windows with type arguments of type UsbDevice Constructor Description WindowsUsbDevice(java.lang.String name, java.lang.String vendor, java.lang.String vendorId, java.lang.String productId, java.lang.String serialNumber, java.lang.String uniqueDeviceId, java.util.List<UsbDevice> connectedDevices)