| Package | Description |
|---|---|
| net.samuelcampos.usbdrivedetector | |
| net.samuelcampos.usbdrivedetector.detectors | |
| net.samuelcampos.usbdrivedetector.unmounters |
| Modifier and Type | Method and Description |
|---|---|
List<USBStorageDevice> |
USBDeviceDetectorManager.getRemovableDevices()
Gets a list of currently attached USB storage devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
USBDeviceDetectorManager.unmountStorageDevice(USBStorageDevice usbStorageDevice) |
| Modifier and Type | Method and Description |
|---|---|
List<USBStorageDevice> |
WindowsStorageDeviceDetector.getStorageDevices() |
List<USBStorageDevice> |
OSXStorageDeviceDetector.getStorageDevices() |
List<USBStorageDevice> |
LinuxStorageDeviceDetector.getStorageDevices() |
abstract List<USBStorageDevice> |
AbstractStorageDeviceDetector.getStorageDevices()
Returns the all storage devices currently connected to the computer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractStorageDeviceUnmounter.unmount(USBStorageDevice usbStorageDevice) |
void |
OSXStorageDeviceUnmounter.unmount(USBStorageDevice usbStorageDevice) |
void |
WindowsStorageDeviceUnmounter.unmount(USBStorageDevice usbStorageDevice) |
void |
LinuxStorageDeviceUnmounter.unmount(USBStorageDevice usbStorageDevice) |
Copyright © 2022. All rights reserved.