com.eurotech.framework.linux.util
Class LinuxUdevNative

java.lang.Object
  extended by com.eurotech.framework.linux.util.LinuxUdevNative

public class LinuxUdevNative
extends Object


Constructor Summary
LinuxUdevNative(LinuxUdevListener linuxUdevListener)
           
 
Method Summary
static List<UsbBlockDevice> getUsbBlockDevices()
           
static List<UsbNetDevice> getUsbNetDevices()
           
static List<UsbTtyDevice> getUsbTtyDevices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxUdevNative

public LinuxUdevNative(LinuxUdevListener linuxUdevListener)
Method Detail

getUsbBlockDevices

public static List<UsbBlockDevice> getUsbBlockDevices()

getUsbNetDevices

public static List<UsbNetDevice> getUsbNetDevices()

getUsbTtyDevices

public static List<UsbTtyDevice> getUsbTtyDevices()


Copyright © 2013. All Rights Reserved.