ExportFormatpublic class ExportXMLFormat extends java.lang.Object implements ExportFormat
| Constructor | Description |
|---|---|
ExportXMLFormat() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
description() |
|
void |
export(java.io.File file,
java.util.List<java.lang.Object> data) |
|
java.lang.String |
extension() |
public java.lang.String description()
description in interface ExportFormatpublic java.lang.String extension()
extension in interface ExportFormatpublic void export(java.io.File file,
java.util.List<java.lang.Object> data)
export in interface ExportFormat