applications.basics
Class ReadFile

java.lang.Object
  extended by applications.basics.ReadFile

public class ReadFile
extends java.lang.Object


Constructor Summary
ReadFile(java.lang.String fileName)
           
 
Method Summary
 java.util.Vector getLines()
           
 java.lang.String getText()
          Get the value of text.
static void main(java.lang.String[] args)
           
 void setText(java.lang.String v)
          Set the value of text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadFile

public ReadFile(java.lang.String fileName)
Method Detail

getLines

public java.util.Vector getLines()

getText

public java.lang.String getText()
Get the value of text.

Returns:
Value of text.

setText

public void setText(java.lang.String v)
Set the value of text.

Parameters:
v - Value to assign to text.

main

public static void main(java.lang.String[] args)