Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.util
Class Tools  view Tools download Tools.java

java.lang.Object
  extended byalice.util.Tools

public class Tools
extends java.lang.Object

miscellaneous static services


Constructor Summary
Tools()
           
 
Method Summary
static java.lang.String loadText(java.lang.String fileName)
          load a text file and returns its content as string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

loadText

public static java.lang.String loadText(java.lang.String fileName)
                                 throws java.lang.Exception
load a text file and returns its content as string