objectgen.testobjective.savers
Interface ITestObjectivesSaver

All Known Implementing Classes:
BinarySaver, TextSaver, XMISaver

public interface ITestObjectivesSaver


Method Summary
 void save(java.io.File f, TestObjectiveList tol)
           
 

Method Detail

save

public void save(java.io.File f,
                 TestObjectiveList tol)
          throws java.io.FileNotFoundException,
                 java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException