public class FileDataExporter extends DataExporterImpl
dataService| Constructor and Description |
|---|
FileDataExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportData(Component parentFrame,
Module module,
int fromSessionIndex,
DataExporterError exporterError)
Exports the module data to a file
|
String |
getExporterName()
Get the action name
|
static String |
getExtension(File f) |
String |
getPath() |
boolean |
isRelativeToHome() |
static String |
removeSpecialCharacters(String str) |
void |
setPath(String path) |
void |
setRelativeToHome(boolean relativeToHome) |
getAutoExport, getDataService, getId, getIncrementalExport, isAutoExport, isIncrementalExport, setAutoExport, setDataService, setId, setIncrementalExportpublic String exportData(Component parentFrame, Module module, int fromSessionIndex, DataExporterError exporterError)
exportData in interface DataExporterexportData in class DataExporterImplpublic String getPath()
public void setPath(String path)
public boolean isRelativeToHome()
public void setRelativeToHome(boolean relativeToHome)
public String getExporterName()
getExporterName in interface DataExportergetExporterName in class DataExporterImplCopyright © 2012. All Rights Reserved.