com.eurotech.framework.usb
Class UsbBlockDevice

java.lang.Object
  extended by com.eurotech.framework.usb.AbstractUsbDevice
      extended by com.eurotech.framework.usb.UsbBlockDevice
All Implemented Interfaces:
UsbDevice

public class UsbBlockDevice
extends AbstractUsbDevice

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

UsbBlockDevice

public UsbBlockDevice(String vendorId,
                      String productId,
                      String manufacturerName,
                      String productName,
                      String usbBusNumber,
                      String usbDevicePath,
                      String deviceNode)
Method Detail

getDeviceNode

public String getDeviceNode()

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractUsbDevice

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractUsbDevice


Copyright © 2013. All Rights Reserved.