edu.stanford.hci.r3.tools.debug
Class Utils

java.lang.Object
  extended by edu.stanford.hci.r3.tools.debug.Utils

public class Utils
extends java.lang.Object

This software is distributed under the BSD License.


Constructor Summary
Utils()
           
 
Method Summary
static java.util.List<java.lang.String> getLines(java.io.File file)
          Reads a file into a list of Strings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getLines

public static java.util.List<java.lang.String> getLines(java.io.File file)
                                                 throws java.io.IOException
Reads a file into a list of Strings

Parameters:
file -
Returns:
Throws:
java.io.IOException

Copyright 2006 Stanford University