public class ServerDataExporter extends DataExporterImpl
| Modifier and Type | Field and Description |
|---|---|
DataExporterError |
exporterError |
MessagesImpl |
messages |
static String |
PROPERTY_EXPORT_PASSWORD
Password used to export the data (used for server authentication).
|
static String |
PROPERTY_EXPORT_USERNAME
Username used to export the data (used for server authentication).
|
String |
url |
dataService| Constructor and Description |
|---|
ServerDataExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportData(Component parentFrame,
Module module,
int fromSessionIndex,
DataExporterError exporterError) |
String |
getExporterName() |
static String |
getStackTrace(Throwable aThrowable) |
String |
getUrl() |
void |
setUrl(String url) |
getAutoExport, getDataService, getId, getIncrementalExport, isAutoExport, isIncrementalExport, setAutoExport, setDataService, setId, setIncrementalExportpublic static final String PROPERTY_EXPORT_USERNAME
public static final String PROPERTY_EXPORT_PASSWORD
public String url
public MessagesImpl messages
public DataExporterError exporterError
public String exportData(Component parentFrame, Module module, int fromSessionIndex, DataExporterError exporterError)
exportData in interface DataExporterexportData in class DataExporterImplpublic String getUrl()
public void setUrl(String url)
public String getExporterName()
getExporterName in interface DataExportergetExporterName in class DataExporterImplCopyright © 2012. All Rights Reserved.