com.ibm.jusb.tools.text
Class TextUsbView

java.lang.Object
  extended by com.ibm.jusb.tools.text.TextUsbView

public class TextUsbView
extends Object

Class to display the USB device topology tree using standard out.

Author:
Dan Streetman

Constructor Summary
TextUsbView()
           
 
Method Summary
protected static void displayUsbDevice(UsbDevice device, String offset)
           
static void main(String[] argv)
          Main
protected static void print(String s)
           
protected static void println(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextUsbView

public TextUsbView()
Method Detail

main

public static void main(String[] argv)
                 throws Exception
Main

Throws:
Exception

displayUsbDevice

protected static void displayUsbDevice(UsbDevice device,
                                       String offset)
                                throws Exception
Throws:
Exception

print

protected static void print(String s)

println

protected static void println(String s)


Copyright © 2013 LSST. All Rights Reserved.