| |
|
| java.lang.Object com.rift.coad.lib.common.TextFile
TextFile | public class TextFile (Code) | | This class is responsible for reading in the text file it is pointed at.
author: Brett Chaldecott |
Method Summary | |
public String | getTextDocument() This method returns the text document that has been read in. |
TextFile | public TextFile(File targetFile) throws CommonException(Code) | | Creates a new instance of TextFile
Parameters: targetFile - The path to the target file. |
getTextDocument | public String getTextDocument()(Code) | | This method returns the text document that has been read in.
The text document that has been read in. |
|
|
|