| Package | Description |
|---|---|
| net.samuelcampos.usbdrivedectector | |
| net.samuelcampos.usbdrivedectector.detectors | |
| net.samuelcampos.usbdrivedectector.events |
| Modifier and Type | Method and Description |
|---|---|
List<USBStorageDevice> |
USBDeviceDetectorManager.getRemovableDevices() |
| Modifier and Type | Method and Description |
|---|---|
List<USBStorageDevice> |
WindowsStorageDeviceDetector.getRemovableDevices() |
List<USBStorageDevice> |
OSXStorageDeviceDetector.getRemovableDevices() |
List<USBStorageDevice> |
LinuxStorageDeviceDetector.getRemovableDevices() |
abstract List<USBStorageDevice> |
AbstractStorageDeviceDetector.getRemovableDevices()
Returns the storage devices connected to the computer.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractStorageDeviceDetector.addUSBDevice(List<USBStorageDevice> listDevices,
String rootPath) |
| Modifier and Type | Method and Description |
|---|---|
USBStorageDevice |
USBStorageEvent.getStorageDevice() |
| Constructor and Description |
|---|
USBStorageEvent(USBStorageDevice storageDevice,
DeviceEventType eventType) |
Copyright © 2015. All rights reserved.