ch.tatool.app.export
Class CSVSessionDataExport
java.lang.Object
ch.tatool.app.export.CSVSessionDataExport
public class CSVSessionDataExport
- extends Object
Exports session data into a CSV file. This is a helper class used by the
various exporters
- Author:
- Andre Locher
|
Method Summary |
File |
exportData(Module module,
int fromSessionIndex)
Exports the session data and stores the results in the provided Writer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVSessionDataExport
public CSVSessionDataExport(DataService dataService)
exportData
public File exportData(Module module,
int fromSessionIndex)
- Exports the session data and stores the results in the provided Writer
- Parameters:
module - file - the file to write the data to
- Returns:
- a file containing the module data or null in case an error
occured
Copyright © 2012. All Rights Reserved.