|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALT.assessment.DesignWriter
public class DesignWriter
The DesignWriter provides a writing method to write the data from a Design object to a .design file.
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 |
---|
public static final org.jdom.Namespace tuiNSdesign
Constructor Detail |
---|
public DesignWriter()
Method Detail |
---|
public static void writeDesignXML(java.io.File outputFile, Design newDesign) throws WriterException
outputFile
- the target .design filenewDesign
- the selected design
WriterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |