client.scripting
Class FileScriptManager

java.lang.Object
  extended by client.scripting.FileScriptManager
All Implemented Interfaces:
ScriptManager

public class FileScriptManager
extends java.lang.Object
implements ScriptManager

Author:
Mariano Tepper
 

Constructor Summary
FileScriptManager(java.io.File f)
           
 
Method Summary
 java.util.Collection<java.lang.String> getSentences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileScriptManager

public FileScriptManager(java.io.File f)
Method Detail

getSentences

public java.util.Collection<java.lang.String> getSentences()
Specified by:
getSentences in interface ScriptManager