SALT.assessment
Class DesignWriter

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

public class DesignWriter
extends java.lang.Object

The DesignWriter provides a writing method to write the data from a Design object to a .design file.

See Also:
XMLOutputter

Field Summary
static org.jdom.Namespace tuiNSdesign
           
 
Constructor Summary
DesignWriter()
           
 
Method Summary
static void writeDesignXML(java.io.File outputFile, Design newDesign)
          Writes a Design in a .design 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

tuiNSdesign

public static final org.jdom.Namespace tuiNSdesign
Constructor Detail

DesignWriter

public DesignWriter()
Method Detail

writeDesignXML

public static void writeDesignXML(java.io.File outputFile,
                                  Design newDesign)
                           throws WriterException
Writes a Design in a .design file, which has XML style.

Parameters:
outputFile - the target .design file
newDesign - the selected design
Throws:
WriterException