public class ExportControllerImpl extends Object implements ExportController
| Constructor and Description |
|---|
ExportControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportFile(File file) |
void |
exportFile(File file,
Exporter fileExporter) |
void |
exportFile(File file,
Workspace workspace) |
void |
exportStream(OutputStream stream,
ByteExporter byteExporter) |
void |
exportWriter(Writer writer,
CharacterExporter characterExporter) |
Exporter |
getExporter(String exporterName) |
Exporter |
getFileExporter(File file) |
ExporterUI |
getUI(Exporter exporter) |
public void exportFile(File file) throws IOException
exportFile in interface ExportControllerIOExceptionpublic void exportFile(File file, Workspace workspace) throws IOException
exportFile in interface ExportControllerIOExceptionpublic void exportFile(File file, Exporter fileExporter) throws IOException
exportFile in interface ExportControllerIOExceptionpublic void exportStream(OutputStream stream, ByteExporter byteExporter)
exportStream in interface ExportControllerpublic void exportWriter(Writer writer, CharacterExporter characterExporter)
exportWriter in interface ExportControllerpublic Exporter getFileExporter(File file)
getFileExporter in interface ExportControllerpublic Exporter getExporter(String exporterName)
getExporter in interface ExportControllerpublic ExporterUI getUI(Exporter exporter)
getUI in interface ExportControllerCopyright © 2007–2017. All rights reserved.