|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.usb.AbstractUsbDevice
com.eurotech.framework.usb.UsbBlockDevice
public class UsbBlockDevice
Representation of a USB block device. This includes storage type USB devices.
| Constructor Summary | |
|---|---|
UsbBlockDevice(String vendorId,
String productId,
String manufacturerName,
String productName,
String usbBusNumber,
String usbDevicePath,
String deviceNode)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDeviceNode()
|
int |
hashCode()
|
| Methods inherited from class com.eurotech.framework.usb.AbstractUsbDevice |
|---|
getManufacturerName, getProductId, getProductName, getUsbBusNumber, getUsbDevicePath, getUsbPort, getVendorId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsbBlockDevice(String vendorId,
String productId,
String manufacturerName,
String productName,
String usbBusNumber,
String usbDevicePath,
String deviceNode)
| Method Detail |
|---|
public String getDeviceNode()
public int hashCode()
hashCode in class AbstractUsbDevicepublic boolean equals(Object obj)
equals in class AbstractUsbDevice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||