|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface defining the operations required to generate flat files. Implementing classes thus generate flat files of differing formats depending upon their implementation details.
| Method Summary | |
void |
processExperiments(java.util.Collection experiments)
Builds some file data for a specific Intact object. |
void |
writeData(java.lang.String fileName,
org.w3c.dom.Document docToWrite)
This method dumps the data created to the specified file destination. |
| Method Detail |
public void processExperiments(java.util.Collection experiments)
throws ElementNotParseableException
experiments - for which file data is required
ElementNotParseableException
public void writeData(java.lang.String fileName,
org.w3c.dom.Document docToWrite)
throws DataConversionException
fileName - The name of the file to write to.docToWrite - an XML document to write - if the data held by the builder
is not XML or its own Document should be written, this parameter should
be set to null.
DataConversionException - thrown if there was a problem generating
the file.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||