objectgen.testobjective.savers
Class TextSaver

java.lang.Object
  extended byobjectgen.testobjective.savers.TextSaver
All Implemented Interfaces:
ITestObjectivesSaver

public class TextSaver
extends java.lang.Object
implements ITestObjectivesSaver


Constructor Summary
TextSaver()
          Creates a new instance of TextSaver
 
Method Summary
 void save(java.io.File f, TestObjectiveList tol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSaver

public TextSaver()
Creates a new instance of TextSaver

Method Detail

save

public void save(java.io.File f,
                 TestObjectiveList tol)
          throws java.io.FileNotFoundException,
                 java.io.IOException
Specified by:
save in interface ITestObjectivesSaver
Throws:
java.io.FileNotFoundException
java.io.IOException