rcx.comm
Class USBPortFactory

java.lang.Object
  extended by rcx.comm.USBPortFactory

public class USBPortFactory
extends java.lang.Object

USBPortFactory

Author:
Dario Laverde Copyright 2002 Dario Laverde, under terms of GNU LGPL

Constructor Summary
USBPortFactory()
           
 
Method Summary
static USBPort getUSBPort()
          creates the instance of USBPort that corresponds to the native platform
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USBPortFactory

public USBPortFactory()
Method Detail

getUSBPort

public static USBPort getUSBPort()
creates the instance of USBPort that corresponds to the native platform

Returns:
USBPort - returns null if none available for this platform

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException