|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALT.assessment.SessionWriter
public class SessionWriter
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 |
---|
public static final org.jdom.Namespace tuiNSresult
Constructor Detail |
---|
public SessionWriter()
Method Detail |
---|
public static void writeSessionToLogFile(java.io.File outputFile, Session session, Design design) throws WriterException
outputFile
- the target .log filesession
- the selected sessiondesign
- the design to get the informations in the session
WriterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |