SALT.assessment
Class SessionWriter

java.lang.Object
  extended by SALT.assessment.SessionWriter

public class SessionWriter
extends java.lang.Object

The SessionWriter provides two writing methods to write the data from a Session object to a .log file.


Field Summary
static org.jdom.Namespace tuiNSresult
           
 
Constructor Summary
SessionWriter()
           
 
Method Summary
static void writeSessionToLogFile(java.io.File outputFile, Session session, Design design)
          Writes a Session in a .log file, which has XML style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tuiNSresult

public static final org.jdom.Namespace tuiNSresult
Constructor Detail

SessionWriter

public SessionWriter()
Method Detail

writeSessionToLogFile

public static void writeSessionToLogFile(java.io.File outputFile,
                                         Session session,
                                         Design design)
                                  throws WriterException
Writes a Session in a .log file, which has XML style.

Parameters:
outputFile - the target .log file
session - the selected session
design - the design to get the informations in the session
Throws:
WriterException