public abstract class AbstractStorageDeviceDetector extends Object
| Constructor and Description |
|---|
AbstractStorageDeviceDetector() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addUSBDevice(List<USBStorageDevice> listDevices,
String rootPath) |
static AbstractStorageDeviceDetector |
getInstance() |
abstract List<USBStorageDevice> |
getRemovableDevices()
Returns the storage devices connected to the computer.
|
public static AbstractStorageDeviceDetector getInstance()
public abstract List<USBStorageDevice> getRemovableDevices()
protected static void addUSBDevice(List<USBStorageDevice> listDevices, String rootPath)
Copyright © 2015. All rights reserved.