edu.virginia.jburnette.io
Class GetPortList

java.lang.Object
  extended byedu.virginia.jburnette.io.GetPortList

public class GetPortList
extends java.lang.Object

Finds a list of ports using rxtx methods.


Constructor Summary
GetPortList()
           
 
Method Summary
 java.lang.String[] getPortList()
          Returns a list of ports as an String array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPortList

public GetPortList()
Method Detail

getPortList

public java.lang.String[] getPortList()
Returns a list of ports as an String array.

Returns:
List of ports.